PolyPathDAddChild(PathD) Method |
Adds a floating-point child polygon and returns the created node.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PolyPathBase AddChild(
PathD p
)
Parameters
- p PathD
- The child polygon to add.
Return Value
PolyPathBaseThe created child node.
See Also