LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

ImageViewerMouseInteractiveMode Enumeration






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 ImageViewerMouseInteractiveMode : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.Web.Controls.ImageViewerMouseInteractiveMode = function() { };
Leadtools.Web.Controls.ImageViewerMouseInteractiveMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ImageViewerMouseInteractiveMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
CenterAllows the user to center the viewed image area.
NoneDefault, no interaction.
PanAllows the user to pan the image using the mouse.
RegionAllows the user to select a region in the viewed image area.
ZoomInAllows the user to zoom in on the image using the mouse.
ZoomOutAllows the user to zoom out on the image using the mouse.
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: 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

Leadtools.Web.Controls Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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