Click or drag to resize

PolyLineMetafileCommandRemoveLoops Method

Removes all duplicate points and loops in the polyline. See RemoveFirstLoop(Int32, Double) for details.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public void RemoveLoops(
	double delta = 500
)

Parameters

delta  Double  (Optional)
See Also