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.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
| Member name | Value | Description | |
|---|---|---|---|
| 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. | |
| SizeHandleNS | 7 | This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic in the North-South vertical direction. | |
| SizeHandleNESW | 8 | This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic in the NorthEast-SouthWest diagonal direction. | |
| SizeHandleNWSE | 9 | This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic in the NorthWest-SouthEast diagonal direction. | |
| SizeHandleEW | 10 | This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic in the East-West horizontal direction. | |
| BendEndHandle | 11 | This cursor indicates an interactive 'handle' graphic. Manipulating the handle will bend the end(s) of the graphic. | |
| VertexAdd | 12 | This cursor indicates an interactive graphic to which a vertex may be added. | |
| VertexRemove | 13 | This cursor indicates an interactive graphic from which a vertex may be removed. | |
| Default | -1 | This cursor is the default for all interactive graphics. It appears as a small '+' in the display. |
Enumerates the standard mouse cursors used for tool graphics.