←Select platform

ScreenCaptureAreaType Enumeration

Summary
Values that indicate the shape type of the screen capture area.

Syntax
C#
C++/CLI
Python
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
ValueMemberDescription
1TriangleTriangular area.
2Rectangle(0x00000003)Rectangular area.
3RoundRectangleRound-Rectangular area.
4EllipseElliptical area.
5PolygonPolygonal area.
6FreehandFreehand drawn area.
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.