Click or drag to resize

PathsD(IEnumerablePathD) Constructor

Initializes a new instance of the PathsD class from an existing collection of paths.

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

Parameters

paths  IEnumerablePathD
The collection of paths to copy.
See Also