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.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Default | -1 | This cursor is the default for all interactive graphics. It appears as a small '+' in the display. | |
| TipTextGraphic | 0 | This cursor indicates an interactive graphic that may have associated TipText, but cannot be selected or manipulated in any way. | |
| SelectableGraphic | 1 | This cursor indicates an interactive graphic that can be selected, but not manipulated. | |
| ManipulableGraphic | 2 | This cursor indicates an interactive graphic that can be selected and manipulated. | |
| UnconstrainedSizeHandle | 3 | This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic to which the handle is attached. | |
| AspectConstrainedSizeHandle | 4 | This 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. | |
| RotateHandle | 5 | This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the rotation of the graphic to which the handle is attached. | |
| SkewHandle | 6 | This 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