ClipperMakePath(Int64) Method |
Creates an integer path from an array of long coordinates.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Path64 MakePath(
long[] arr
)
Parameters
- arr Int64
- The alternating coordinate values.
Return Value
Path64The created path.
See Also