LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

ImageViewerMouseInteractiveMode Enumeration

Show in webframe





Values that specify how the control interacts with the mouse buttons.
Syntax
public enum ImageViewerMouseInteractiveMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ImageViewerMouseInteractiveMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ImageViewerMouseInteractiveMode

            

            
public enum class ImageViewerMouseInteractiveMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneDefault, no interaction.
0x00000001PanAllows the user to pan the image using the mouse.
0x00000001CenterAllows the user to center the viewed image area.
0x00000002ZoomInAllows the user to zoom in on the image using the mouse.
0x00000003ZoomOutAllows the user to zoom out on the image using the mouse.
0x00000005RegionAllows the user to select a region in the viewed image area.
Remarks

The WebImageViewer.MouseInteractiveMode property controls the mouse left/right interaction mode.

Please note the following when you select the Region as the WebImageViewer.MouseInteractiveMode:

  1. This will add a region to the image which will affect some ImageProcessing commands causing them to be applied to the selected region only.
  2. To remove the drawn region or cancel the drawing process press ESC key.
Example
Refer to WebImageViewer.ScrollBarVisible.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Web.Controls.ImageViewerMouseInteractiveMode

Requirements

Target Platforms

See Also

Reference

Leadtools.Web.Controls Namespace

 

 


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