Click or drag to resize
NodeAddChildNode Method
Add a child node to this node.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AddChildNode(
	Node node
)

Parameters

node
Type: GeonBit.Core.GraphicsNode
Node to add.
See Also