Piccolo.NET

PXUtil.OffscreenGrab Method 

Gets an image snapshot of the specified control, which does not have to be mapped to a Form and does not have to be fully visible.

public static Image OffscreenGrab(
   Control control
);

Parameters

control
The control to get an image snapshot of.

Return Value

An image snapshot of the control.

See Also

PXUtil Class | UMD.HCIL.PiccoloX.Util Namespace