Interface of an interactive graphic.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
The IGraphicInteractive type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyBase | Copy a graphic and its derived parameters. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. |
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Color | Get (Inherited from IGraphic.)Color of this graphic. Can be any OLE_COLOR. | |
| DragColor | Get Color of this graphic when dragged. | |
| DragLineStyle | Get Line style of the graphic when dragged. | |
| DragLineWidthInScreenPixels | Get Line width of this graphic when dragged. | |
| FillColor | Get (Inherited from IGraphic.)The fill color of this graphic. | |
| GraphicDOFEnableBase | Get Interactive Degree of freedom for a graphic object. Allows access to each graphic's GraphicDOFEnable property without knowing the specific graphic type. | |
| Interactive | Get Interactive property allow this graphic object to be selected. See GraphicDOFEnable for information on governing interactive manipulation of an object. | |
| LineStyle | Get (Inherited from IGraphic.)Line style of this graphic. | |
| LineWidthInScreenPixels | Get (Inherited from IGraphic.)Line width (in screen pixels) of this graphic. | |
| MouseCursor | Get Mouse cursor to be displayed when the mouse is over the graphic. The cursor will be visible only if the graphic is interactive. | |
| Selected | Get True when the shape is selected in a display. | |
| SelectedColor | Get Color of this graphic when selected. | |
| SelectedLineStyle | Get Line style of this graphic when selected. | |
| SelectedLineWidthInScreenPixels | Get Line width of this graphic when selected. | |
| SelectedSpaceName | Get (Inherited from IDiamondGraphicShape.) | |
| SelectedSpaceName | Get (Inherited from IGraphic.)Coordinate space in which this shape is to be interpreted. | |
| TipText | Get Text to describe this graphic in a tool tip. Newline characters can be used to create multi-line tip text. | |
| Visible | Get (Inherited from IGraphic.)Visible property of this graphic. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. | |
| Dragging | Raised when an interactive graphic is being dragged. | |
| DraggingStopped | Raised after the drag operation of an interactive graphic is complete. |
Interface of an interactive graphic.