Click or drag to resize

ClipperStripDuplicates Method

Removes duplicate points from an integer path.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Path64 StripDuplicates(
	Path64 path,
	bool isClosedPath
)

Parameters

path  Path64
The path to clean.
isClosedPath  Boolean
if the path is closed; otherwise, .

Return Value

Path64
The cleaned path.
See Also