Click or drag to resize

ClipperReversePath(PathD) Method

Returns a reversed copy of a floating-point path.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static PathD ReversePath(
	PathD path
)

Parameters

path  PathD
The path to reverse.

Return Value

PathD
The reversed path.
See Also