ScreenCaptureWindowType Enumeration
Summary
Values that indicate which type of window is to be captured.
Syntax
public enum ScreenCaptureWindowType
Public Enum ScreenCaptureWindowType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ScreenCaptureWindowType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
1 | CaptureClientArea | Client area. |
2 | CaptureWindow | Complete window area. |