Click or drag to resize

ClipperReversePath(Path64) Method

Returns a reversed copy of an integer path.

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

Parameters

path  Path64
The path to reverse.

Return Value

Path64
The reversed path.
See Also