LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

InteractiveRegionType Property

Show in webframe





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 property RasterViewerInteractiveRegionType InteractiveRegionType {
   RasterViewerInteractiveRegionType get();
   void set (    RasterViewerInteractiveRegionType value);
}

Property Value

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

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.