Piccolo.NET

PNode.ToImage Method

Return a new Image representing this node and all of its children.

Overload List

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);

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility