Click or drag to resize

PolyPathDAddChild(PathD) Method

Adds a floating-point child polygon and returns the created node.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PolyPathBase AddChild(
	PathD p
)

Parameters

p  PathD
The child polygon to add.

Return Value

PolyPathBase
The created child node.
See Also