Leadtools.WinForms Namespace : RasterViewerInteractiveMode Enumeration |
public enum RasterViewerInteractiveMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterViewerInteractiveMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterViewerInteractiveMode
public enum RasterViewerInteractiveMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.WinForms.RasterViewerInteractiveMode = function() { }; Leadtools.WinForms.RasterViewerInteractiveMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterViewerInteractiveMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
CenterAt | Centers the image at the mouse coordinates for the last user click. |
Floater | Starts moving the RasterImageViewer.FloaterImage. |
MagnifyGlass | Starts the MagnifyGlass. |
None | Default, no user interaction. |
Page | Allows the user to change the current page in the image using the mouse. |
Pan | Allows the user to pan the image using the mouse. |
Region | Creates a region based on user interaction. The type of region created depends on the RasterImageViewer.InteractiveRegionType property. |
Scale | Allows the user to change the current scale factor of the image using the mouse. |
UserRectangle | User-defined rectangle. You should subscribe to the RasterImageViewer.InteractiveUserRectangle event to add your custom code to handle the rectangle drawn. |
ZoomTo | Zooms the image to the rectangle created by the user. |
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterViewerInteractiveMode
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