| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterViewerInteractiveMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterViewerInteractiveMode | |
| C# | |
|---|---|
public enum RasterViewerInteractiveMode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class RasterViewerInteractiveMode : public System.Enum, IComparable, IConvertible, 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. |
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code