Enumeration for mouse behavior modes.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Pan | 1 | Specifies pan mode for the mouse. This mode is the easiest to pan images in. | |
| Pointer | 0 | Specifies pointer mode for the mouse. This mode is for manipulating interactive graphics. | |
| UserDefined | 4 | Specifies user mode for the mouse. This mode allows easiest user customization of mouse behavior. | |
| ZoomIn | 2 | Specifies zoom in mode for the mouse. This mode allows easy left-click zooming in. | |
| ZoomOut | 3 | Specifies zoom out mode for the mouse. This mode allows easy left-click zooming out. | |
| Touch | 5 | Specifies touch mode for the mouse. This mode is intended to be used on touch screens. This mode allows easy double tap zooming. This mode allows easy panning. Also consider increasing the TouchDistance when setting MouseMode to Touch. |
Remarks
Used in MouseMode to select the mouse mode.
See Also