Return a new Image representing this node and all of its children.
Return a new Image representing this node and all of its children.
public virtual Image ToImage();
Return a new Image of the requested size representing this node and all of its children.
public virtual Image ToImage(int,int);
PNode Class | UMD.HCIL.Piccolo Namespace