Piccolo.NET

PNode.ToImage Method (Int32, Int32)

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

public virtual Image ToImage(
   int width,
   int height
);

Parameters

width
The desired width of the new Image.
height
The desired height of the new Image.

Return Value

A new Image representing this node and its descendents.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace | PNode.ToImage Overload List