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