CogDisplayMouseModeConstants EnumerationCognex VisionPro 9.21
Enumeration for mouse behavior modes.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 83.0.0.0 (83.0.0.0)
Syntax

public enum CogDisplayMouseModeConstants
Members

  Member nameValueDescription
Pan1 Specifies pan mode for the mouse. This mode is the easiest to pan images in.
Pointer0 Specifies pointer mode for the mouse. This mode is for manipulating interactive graphics.
UserDefined4 Specifies user mode for the mouse. This mode allows easiest user customization of mouse behavior.
ZoomIn2 Specifies zoom in mode for the mouse. This mode allows easy left-click zooming in.
ZoomOut3 Specifies zoom out mode for the mouse. This mode allows easy left-click zooming out.
Touch5 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