Click or drag to resize

ClipperReversePaths(Paths64) Method

Returns reversed copies of integer paths.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Paths64 ReversePaths(
	Paths64 paths
)

Parameters

paths  Paths64
The paths to reverse.

Return Value

Paths64
The reversed paths.
See Also