PolyLineMetafileCommandRemoveLoops Method |
Removes all duplicate points and loops in the polyline. See RemoveFirstLoop(Int32, Double)
for details.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntaxpublic void RemoveLoops(
double delta = 500
)
Parameters
- delta Double (Optional)
See Also