Interface of an interactive graphic.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
The ICogGraphicInteractive type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CopyBase | Copy a graphic and its derived parameters. (Inherited from ICogGraphic.) |
Properties
| Name | Description | |
|---|---|---|
| Color | Color of this graphic. Can be any OLE_COLOR. (Inherited from ICogGraphic.) | |
| DragColor | Color of this graphic when dragged. | |
| DragLineStyle | Line style of this graphic when dragged. | |
| DragLineWidthInScreenPixels | Line width of this graphic when dragged. | |
| GraphicDOFEnableBase | Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type. | |
| Interactive | Interactive property allow this graphic object to be selected. See GraphicDOFEnable for information on governing interactive manipulation of an object. | |
| LineStyle | Line style of this graphic. (Inherited from ICogGraphic.) | |
| LineWidthInScreenPixels | Line width (in screen pixels) of this graphic. (Inherited from ICogGraphic.) | |
| MouseCursor | Mouse cursor to be displayed when the mouse is over the graphic. The cursor will be visible only if the graphic is interactive. | |
| Selected | True when the shape is selected in a display. | |
| SelectedColor | Color of this graphic when selected. | |
| SelectedLineStyle | Line style of this graphic when selected. | |
| SelectedLineWidthInScreenPixels | Line width of this graphic when selected. | |
| SelectedSpaceName | Coordinate space in which this shape is to be interpreted. (Inherited from ICogGraphic.) | |
| TipText | Text to describe this graphic in a tool tip. Newline characters can be used to create multi-line tip text. | |
| Visible | Visible property of this graphic. (Inherited from ICogGraphic.) |
Events
| Name | Description | |
|---|---|---|
| Dragging | Occurs when an interactive graphic is being dragged. | |
| DraggingStopped | Occurs after the drag operation of an interactive graphic is complete. |
Remarks
Interface of an interactive graphic.
See Also