VectorGraphicOptimizerRemoveDuplicates(VectorGraphicPath, Double) Method |
Loops through all commands of the given path, searches for polylines and
removes all duplicated points and all loops found in all the polylines.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void RemoveDuplicates(
VectorGraphicPath path,
double locationDistance = 500
)
Parameters
- path VectorGraphicPath
- The path to be worked on.
- locationDistance Double (Optional)
- The locations of two points are considered as equal if their distance is less than this value, measured in micrometers.
See Also