Vector |
Name | Description | |
---|---|---|
![]() | JoinSimilarArcs(VectorGraphicLayer, Double) | Loops through all paths and concatenates in each path adjacent arcs if they are "similar", i. e. they must have the same center and the first arc's end point is the same as the second arc's start point. |
![]() | JoinSimilarArcs(VectorGraphicPath, ListArcToMetafileCommand, Double) | Loops through all commands in the given path and checks, if each two adjacent commands are arcs and if it is possible to replace them by a single arc. If yes, the arcs are merged. |