Click or drag to resize

ClipperMakePath(Int32) Method

Creates an integer path from an array of integer coordinates.

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

Parameters

arr  Int32
The alternating coordinate values.

Return Value

Path64
The created path.
See Also