LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

InteractiveRegionType Property






Gets or sets the value that determines the type of region to create when InteractiveMode is set to RasterViewerInteractiveMode.Region
Syntax
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public virtual RasterViewerInteractiveRegionType InteractiveRegionType {get; set;}
'Declaration
 
<DescriptionAttribute("The type of region to create when the user creates regions interactively.")>
<CategoryAttribute("Interactive Mode")>
Public Overridable Property InteractiveRegionType As RasterViewerInteractiveRegionType
'Usage
 
Dim instance As RasterImageViewer
Dim value As RasterViewerInteractiveRegionType
 
instance.InteractiveRegionType = value
 
value = instance.InteractiveRegionType
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public virtual RasterViewerInteractiveRegionType InteractiveRegionType {get; set;}
DescriptionAttribute("The type of region to create when the user creates regions interactively.")
CategoryAttribute("Interactive Mode")
 get_InteractiveRegionType();
set_InteractiveRegionType(value);
[DescriptionAttribute("The type of region to create when the user creates regions interactively.")]
[CategoryAttribute("Interactive Mode")]
public:
virtual property RasterViewerInteractiveRegionType InteractiveRegionType {
   RasterViewerInteractiveRegionType get();
   void set (    RasterViewerInteractiveRegionType value);
}

Property Value

The type of region to create.
Example
Refer to InteractiveMode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.