ScreenCaptureAreaType Enumeration
Summary
Values that indicate the shape type of the screen capture area.
Syntax
public enum ScreenCaptureAreaType
public enum class ScreenCaptureAreaType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class ScreenCaptureAreaType(Enum):
Triangle = 1
Rectangle = 2
RoundRectangle = 3
Ellipse = 4
Polygon = 5
Freehand = 6
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. |