ScreenCaptureAreaType Enumeration
Summary
Values that indicate the shape type of the screen capture area.
Syntax
public enum ScreenCaptureAreaType
Public Enum ScreenCaptureAreaType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
public enum class ScreenCaptureAreaType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
| Value | Member | Description |
| 1 | Triangle | Triangular area. |
| 2 | Rectangle | (0x00000003)Rectangular area. |
| 3 | RoundRectangle | Round-Rectangular area. |
| 4 | Ellipse | Elliptical area. |
| 5 | Polygon | Polygonal area. |
| 6 | Freehand | Freehand drawn area. |