Click or drag to resize

PolyPathDAddChild(Path64) Method

Adds a 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 override PolyPathBase AddChild(
	Path64 p
)

Parameters

p  Path64
The child polygon to add.

Return Value

PolyPathBase
The created child node.
See Also