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

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

public virtual Image ToImage(int,int);

See Also

PNode Class | UMD.HCIL.Piccolo Namespace