ScreenCaptureAreaType Enumeration

Summary

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

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

Requirements

Target Platforms

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

Leadtools.ScreenCapture Assembly