Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
RasterViewerInteractiveRegionType Enumeration
See Also  
Leadtools.WinForms Namespace : RasterViewerInteractiveRegionType Enumeration




Values for the InteractiveRegionType property.

Syntax

Visual Basic (Declaration) 
Public Enum RasterViewerInteractiveRegionType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RasterViewerInteractiveRegionType
C# 
public enum RasterViewerInteractiveRegionType : Enum 
Managed Extensions for C++ 
__value public enum RasterViewerInteractiveRegionType : public Enum 
C++/CLI 
public enum class RasterViewerInteractiveRegionType : public Enum 

Members

MemberDescription
Rectangle Create a rectangle region.
Ellipse Create an elliptical region.
Freehand Create a freehand region.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterViewerInteractiveRegionType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also