Click or drag to resize

VectorGraphicOptimizerRemoveStraightPoints Method

Overload List
 NameDescription
Public methodRemoveStraightPoints(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.
Public methodRemoveStraightPoints(VectorGraphicPath, Double) Loops through all commands in the given path, checks all PolyLineMetafileCommands and tries to remove all "linear" points from them.
Top
See Also