LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

InteractiveRegionCombineMode Property

Show in webframe





Gets or sets the region Leadtools.RasterRegionCombineMode to be used when the user creates regions interactively.
Syntax
[CategoryAttribute("Interactive Mode")]
[DescriptionAttribute("The region combine mode to be used when the user creates regions interactively.")]
public virtual RasterRegionCombineMode InteractiveRegionCombineMode {get; set;}
'Declaration
 
<CategoryAttribute("Interactive Mode")>
<DescriptionAttribute("The region combine mode to be used when the user creates regions interactively.")>
Public Overridable Property InteractiveRegionCombineMode As RasterRegionCombineMode
'Usage
 
Dim instance As RasterImageViewer
Dim value As RasterRegionCombineMode
 
instance.InteractiveRegionCombineMode = value
 
value = instance.InteractiveRegionCombineMode

            

            
[CategoryAttribute("Interactive Mode")]
[DescriptionAttribute("The region combine mode to be used when the user creates regions interactively.")]
public:
virtual property RasterRegionCombineMode InteractiveRegionCombineMode {
   RasterRegionCombineMode get();
   void set (    RasterRegionCombineMode value);
}

Property Value

The Leadtools.RasterRegionCombineMode to be used when the user creates regions interactively.
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.