PathD(IEnumerablePointD) Constructor |
Initializes a new instance of the
PathD class
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PathD(
IEnumerable<PointD> path
)
Parameters
- path IEnumerablePointD
[Missing <param name="path"/> documentation for "M:Clipper2Lib.PathD.#ctor(System.Collections.Generic.IEnumerable{Clipper2Lib.PointD})"]
See Also