ICogGraphicInteractive InterfaceCognex VisionPro 9.22
Interface of an interactive graphic.

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

public interface ICogGraphicInteractive : ICogGraphic

The ICogGraphicInteractive type exposes the following members.

Methods

  NameDescription
Public methodCopyBase
Copy a graphic and its derived parameters.
(Inherited from ICogGraphic.)
Top
Properties

  NameDescription
Public propertyColor
Color of this graphic. Can be any OLE_COLOR.
(Inherited from ICogGraphic.)
Public propertyDragColor
Color of this graphic when dragged.
Public propertyDragLineStyle
Line style of this graphic when dragged.
Public propertyDragLineWidthInScreenPixels
Line width of this graphic when dragged.
Public propertyGraphicDOFEnableBase
Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type.
Public propertyInteractive
Interactive property allow this graphic object to be selected. See GraphicDOFEnable for information on governing interactive manipulation of an object.
Public propertyLineStyle
Line style of this graphic.
(Inherited from ICogGraphic.)
Public propertyLineWidthInScreenPixels
Line width (in screen pixels) of this graphic.
(Inherited from ICogGraphic.)
Public propertyMouseCursor
Mouse cursor to be displayed when the mouse is over the graphic. The cursor will be visible only if the graphic is interactive.
Public propertySelected
True when the shape is selected in a display.
Public propertySelectedColor
Color of this graphic when selected.
Public propertySelectedLineStyle
Line style of this graphic when selected.
Public propertySelectedLineWidthInScreenPixels
Line width of this graphic when selected.
Public propertySelectedSpaceName
Coordinate space in which this shape is to be interpreted.
(Inherited from ICogGraphic.)
Public propertyTipText
Text to describe this graphic in a tool tip. Newline characters can be used to create multi-line tip text.
Public propertyVisible
Visible property of this graphic.
(Inherited from ICogGraphic.)
Top
Events

  NameDescription
Public eventDragging
Occurs when an interactive graphic is being dragged.
Public eventDraggingStopped
Occurs after the drag operation of an interactive graphic is complete.
Top
Remarks

Interface of an interactive graphic.

See Also