Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
BitmapSourceViewerInteractiveRegionType Enumeration
See Also  
Leadtools.Windows.Controls Namespace : BitmapSourceViewerInteractiveRegionType Enumeration





Values for the BitmapSourceViewer.InteractiveRegionType property.

Syntax

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

<object InteractiveRegionType=Leadtools.Windows.Controls.BitmapSourceViewerInteractiveRegionType .../>

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.Windows.Controls.BitmapSourceViewerInteractiveRegionType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also