Interface to make an object renderable in a CognexDisplay control.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
The IGraphic 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 Color of this graphic. Can be any OLE_COLOR. | |
| FillColor | Get The fill color of this graphic. | |
| LineStyle | Get Line style of this graphic. | |
| LineWidthInScreenPixels | Get Line width (in screen pixels) of this graphic. | |
| SelectedSpaceName | Get (Inherited from IDiamondGraphicShape.) | |
| SelectedSpaceName | Get Coordinate space in which this shape is to be interpreted. | |
| Visible | Get Visible property of this graphic. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. |
Interface to make an object renderable in a CognexDisplay control.