Piccolo.NET

PXUtil.GrabControl Method 

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

public static Image GrabControl(
   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