Click or drag to resize

PathD(IEnumerablePointD) Constructor

Initializes a new instance of the PathD class

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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