Vector |
Name | Description | |
---|---|---|
![]() | JoinStraightLines(VectorGraphicLayer, Double) | Loops through all paths and concatenates in each path adjacent lines if they are collinear. |
![]() | JoinStraightLines(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. |
![]() | JoinStraightLines(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. |