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