PathsD(IEnumerablePathD) Constructor |
Initializes a new instance of the
PathsD class from an existing collection of paths.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PathsD(
IEnumerable<PathD> paths
)
Parameters
- paths IEnumerablePathD
- The collection of paths to copy.
See Also