StandardCursorConstants EnumerationCognex VisionPro 9.10

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.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public enum StandardCursorConstants
Members

  Member nameValueDescription
TipTextGraphic0

This cursor indicates an interactive graphic that may have associated TipText, but cannot be selected or manipulated in any way.

SelectableGraphic1

This cursor indicates an interactive graphic that can be selected, but not manipulated.

ManipulableGraphic2

This cursor indicates an interactive graphic that can be selected and manipulated.

UnconstrainedSizeHandle3

This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic to which the handle is attached.

AspectConstrainedSizeHandle4

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.

RotateHandle5

This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the rotation of the graphic to which the handle is attached.

SkewHandle6

This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the skew of the graphic to which the handle is attached.

SizeHandleNS7

This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic in the North-South vertical direction.

SizeHandleNESW8

This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic in the NorthEast-SouthWest diagonal direction.

SizeHandleNWSE9

This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic in the NorthWest-SouthEast diagonal direction.

SizeHandleEW10

This cursor indicates an interactive 'handle' graphic. Manipulating the handle will change the size of the graphic in the East-West horizontal direction.

BendEndHandle11

This cursor indicates an interactive 'handle' graphic. Manipulating the handle will bend the end(s) of the graphic.

VertexAdd12

This cursor indicates an interactive graphic to which a vertex may be added.

VertexRemove13

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.

Remarks

Enumerates the standard mouse cursors used for tool graphics.

See Also