Click or drag to resize

VectorGraphicOptimizerJoinStraightLines Method

Overload List
 NameDescription
Public methodJoinStraightLines(VectorGraphicLayer, Double) Loops through all paths and concatenates in each path adjacent lines if they are collinear.
Public methodJoinStraightLines(VectorGraphicPath, Double) Loops through all commands in the given path and searches for polylines. Adjacent polylines are concatenated then if the second (poly)line is collinear with the first one.
Public methodJoinStraightLines(VectorGraphicPath, ListBaseMetafileCommand, Double) Loops through all commands in the given path and searches for polylines. Adjacent polylines are concatenated then if the second (poly)line is collinear with the first one and if it is in the given list of commands to join.
Top
See Also