Visual Basic (Declaration) | |
---|---|
Public Enum RasterViewerInteractiveMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterViewerInteractiveMode : Enum |
C++/CLI | |
---|---|
public enum class RasterViewerInteractiveMode : public Enum |
Member | Description |
---|---|
None | Default, no user interaction. |
Pan | Allows the user to pan the image using the mouse. |
CenterAt | Centers the image at the mouse coordinates for the last user click. |
ZoomTo | Zooms the image to the rectangle created by the user. |
Region | Creates a region based on user interaction. The type of region created depends on the RasterImageViewer.InteractiveRegionType property. |
MagnifyGlass | Starts the MagnifyGlass. |
Floater | Starts moving the RasterImageViewer.FloaterImage. |
Page | Allows the user to change the current page in the image using the mouse. |
Scale | Allows the user to change the current scale factor of the image using the mouse. |
UserRectangle | User-defined rectangle. You should subscribe the RasterImageViewer.InteractiveUserRectangle to add your custom code to handle the rectangle drawn. |
The RasterImageViewer.InteractiveMode property controls user interaction with the control's display.
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterViewerInteractiveMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family