Interface of a highlight capable graphic.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
The IGraphicHighlight type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| HighlightRelinquish | Decrement the HighlightRequested reference count, unless it is already zero. If HighlightRequested reaches zero, highlighting is disabled. | |
| HighlightRequest | Enables highlighting by incrementing HighlightRequested. |
Properties
| Name | Description | |
|---|---|---|
| HighlightColor | Get Get the color of the highlighted feature. | |
| HighlightIndex | Get Get the index of the feature to be highlighted. If set to -1, no highlighting will occur. | |
| HighlightRequested | If greater than zero, highlighting is enabled. |
See Also