Click or drag to resize

ClipperMakePath(Int64) Method

Creates an integer path from an array of long coordinates.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Path64 MakePath(
	long[] arr
)

Parameters

arr  Int64
The alternating coordinate values.

Return Value

Path64
The created path.
See Also