Interface of a highlight capable graphic.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
The ICogGraphicHighlight 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 or set the color of the highlighted feature. | |
| HighlightIndex | Get or set 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