ScreenCaptureHandle Property |
Gets or sets the handle of the window to capture.
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 IntPtr Handle { get; set; }
Public Property Handle As IntPtr
Get
Set
Property Value
Type:
IntPtr The handle of the window to capture.
Remarks If this property is set to Zero, the screen will be captured.
See Also