Click or drag to resize

Paths64(IEnumerablePath64) Constructor

Initializes a new instance of the Paths64 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 Paths64(
	IEnumerable<Path64> paths
)

Parameters

paths  IEnumerablePath64
The collection of paths to copy.
See Also