ScreenCaptureResourceType Enumeration
Summary
Values that indicate the type of resource.
Syntax
public enum ScreenCaptureResourceType
public enum class ScreenCaptureResourceType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class ScreenCaptureResourceType(Enum):
Bitmap = 1
Icon = 2
Cursor = 4
Members
Value | Member | Description |
1 | Bitmap | Bitmap resource. |
2 | Icon | Icon resource. |
4 | Cursor | Cursor resource. |