Click or drag to resize

PolyLineMetafileCommandRemoveDuplicatePoints Method

Removes adjacent duplicate points.

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

Parameters

d  Double  (Optional)
A point is considered to be equal to another if each coordinate differs less than this value in micrometers.
Remarks
SegmentEndPointPair.Start is taken into account.
See Also