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