Vector | 
| Name | Description | |
|---|---|---|
| RemoveStraightPoints(VectorGraphicLayer, Double) | Loops through all paths and checks all polylines for adjacent points building a line. If found, the points between the line's borders are removed. | |
| RemoveStraightPoints(VectorGraphicPath, Double) | Loops through all commands in the given path, checks all PolyLineMetafileCommands and tries to remove all "linear" points from them. |