Path64(IEnumerablePoint64) Constructor |
Initializes a new instance of the
Path64 class from an existing collection of points.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic Path64(
IEnumerable<Point64> path
)
Parameters
- path IEnumerablePoint64
- The collection of points to copy.
See Also