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();
Paint a representation of this node into the specified image. If backgroundBrush is null, then the image will not be filled with a color prior to rendering.
public virtual Image ToImage(Image,Brush);
Return a new Image of the requested size representing this node and all of its children.
public virtual Image ToImage(int,int,Brush);
PNode Class | UMD.HCIL.Piccolo Namespace