LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

RasterViewerInteractiveMode Enumeration






Values for the RasterImageViewer.InteractiveMode property.
Syntax
public enum RasterViewerInteractiveMode : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum RasterViewerInteractiveMode 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterViewerInteractiveMode
public enum RasterViewerInteractiveMode : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.WinForms.RasterViewerInteractiveMode = function() { };
Leadtools.WinForms.RasterViewerInteractiveMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterViewerInteractiveMode : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
CenterAtCenters the image at the mouse coordinates for the last user click.
FloaterStarts moving the RasterImageViewer.FloaterImage.
MagnifyGlassStarts the MagnifyGlass.
NoneDefault, no user interaction.
PageAllows the user to change the current page in the image using the mouse.
PanAllows 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.

ScaleAllows the user to change the current scale factor of the image using the mouse.
UserRectangleUser-defined rectangle. You should subscribe to the RasterImageViewer.InteractiveUserRectangle event to add your custom code to handle the rectangle drawn.
ZoomToZooms the image to the rectangle created by the user.
Remarks
The RasterImageViewer.InteractiveMode property controls user interaction with the control's display.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.WinForms.RasterViewerInteractiveMode

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.WinForms Namespace

 

 


Products | Support | Contact Us | Copyright Notices

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