Click or drag to resize

PathD(IEnumerablePointD) Constructor

Initializes a new instance of the PathD class from an existing collection of points.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PathD(
	IEnumerable<PointD> path
)

Parameters

path  IEnumerablePointD
The collection of points to copy.
See Also