You are here: Start » AVL.NET » AVL.GrabScreenshot(AvlNet.Box?, AvlNet.Image)

AVL.GrabScreenshot(AvlNet.Box?, AvlNet.Image)

Grabs a screenshot of the Desktop.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void GrabScreenshot(
	AvlNet.Box? inSelection,
	out AvlNet.Image outImage
)

Parameters

inSelection
Type: System.Nullable<AvlNet.Box>
Bounding box of screen area to capture, whole desktop if not specified, or null.
outImage
Type: AvlNet.Image
Desktop screenshot image

See also