Piccolo.NET

PNode.RemoveChild Method

Remove the child at the specified position from this node's children.

Overload List

Remove the child at the specified position from this node's children.

public virtual void RemoveChild(int);

Remove the given child from this node's children list.

public virtual void RemoveChild(PNode);

See Also

PNode Class | UMD.HCIL.Piccolo Namespace