ScreenCaptureClientArea Property |
Gets or sets a value indicating whether the entire window is captured or only the client area.
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 bool ClientArea { get; set; }
Public Property ClientArea As Boolean
Get
Set
Property Value
Type:
Boolean A value indicating whether the entire window is captured.
Remarks When capturing the screen with
CaptureScreen, this property indicates whether the whole
screen or only the working area of the screen will be captured, unless the
Area has been set.
See Also