Remove the child at the specified position from this node's children.
Remove the child at the specified position from this node's children.
public virtual PNode RemoveChild(int);
Remove the given child from this node's children list.
public virtual PNode RemoveChild(PNode);
PNode Class | UMD.HCIL.Piccolo Namespace