Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

ScreenCaptureAreaType Enumeration






Values that indicate the shape type of the screen capture area.
Syntax
public enum ScreenCaptureAreaType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ScreenCaptureAreaType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ScreenCaptureAreaType

            

            
public enum class ScreenCaptureAreaType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000001TriangleTriangular area.
0x00000002Rectangle(0x00000003)Rectangular area.
0x00000003RoundRectangleRound-Rectangular area.
0x00000004EllipseElliptical area.
0x00000005PolygonPolygonal area.
0x00000006FreehandFreehand drawn area.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ScreenCapture Namespace

Error processing SSI file