←Select platform

ImageViewerMouseInteractiveMode Enumeration

Summary

Values that specify how the control interacts with the mouse buttons.

Syntax

C#
VB
C++
public enum ImageViewerMouseInteractiveMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum ImageViewerMouseInteractiveMode  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable 
public enum class ImageViewerMouseInteractiveMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable

Members

ValueMemberDescription
0x00000000NoneDefault, no interaction.
0x00000001PanAllows the user to pan the image using the mouse.
0x00000002ZoomInAllows the user to zoom in on the image using the mouse.
0x00000003ZoomOutAllows the user to zoom out on the image using the mouse.
0x00000004Center(0x00000001)Allows the user to center the viewed image area.
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.
Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Web Assembly
Click or drag to resize