Click or drag to resize

PolyPath64 Constructor

Initializes a new instance of the PolyPath64 class.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PolyPath64(
	PolyPathBase? parent = null
)

Parameters

parent  PolyPathBase  (Optional)
The parent node, or for the root.
See Also