Click or drag to resize
NodeRemoveChildNode Method
Remove a child node from this node.

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

Parameters

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