LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ScreenCaptureAreaType Enumeration
See Also  
Leadtools.ScreenCapture Namespace : ScreenCaptureAreaType Enumeration



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

Syntax

Visual Basic (Declaration) 
Public Enum ScreenCaptureAreaType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaType
C# 
public enum ScreenCaptureAreaType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ScreenCaptureAreaType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
EllipseElliptical area.
FreehandFreehand drawn area.
PolygonPolygonal area.
RectangleRectangular area.
RoundRectangleRound-Rectangular area.
TriangleTriangular area.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureAreaType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also