CogStandardCursorConstants EnumerationCognex VisionPro 9.5
Enumerates the standard mouse cursors that can be used with interactive graphics. The selected cursor will appear in the display whenever the mouse is hovering near the interactive graphic.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public enum CogStandardCursorConstants
Members

  Member nameValueDescription
Default-1This cursor is the default for all interactive graphics. It appears as a small '+' in the display.
TipTextGraphic0This cursor indicates an interactive graphic that may have associated TipText, but cannot be selected or manipulated in any way.
SelectableGraphic1This cursor indicates an interactive graphic that can be selected, but not manipulated.
ManipulableGraphic2This cursor indicates an interactive graphic that can be selected and manipulated.
UnconstrainedSizeHandle3This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic to which the handle is attached.
AspectConstrainedSizeHandle4This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic to which the handle is attached, while retaining that graphic's aspect ratio.
RotateHandle5This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the rotation of the graphic to which the handle is attached.
SkewHandle6This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the skew of the graphic to which the handle is attached.
Remarks

Enumerates the standard mouse cursors used for tool graphics.

See Also