Click or drag to resize

ScreenCapture Constructor (IntPtr, Boolean)

Creates a new instance of ScreenCapture specifying the window handle to capture and whether the entire window or only the client area is captured.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ScreenCapture(
	IntPtr handle,
	bool clientArea
)

Parameters

handle
Type: SystemIntPtr
The window to capture.
clientArea
Type: SystemBoolean
A value specifying whether the entire window is captured or only the client area.
See Also