ICogGraphicHighlight InterfaceCognex VisionPro 9.7
Interface of a highlight capable graphic.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public interface ICogGraphicHighlight

The ICogGraphicHighlight type exposes the following members.

Methods

  NameDescription
Public methodHighlightRelinquish
Decrement the HighlightRequested reference count, unless it is already zero. If HighlightRequested reaches zero, highlighting is disabled.
Public methodHighlightRequest
Enables highlighting by incrementing HighlightRequested.
Top
Properties

  NameDescription
Public propertyHighlightColor
Get or set the color of the highlighted feature.
Public propertyHighlightIndex
Get or set the index of the feature to be highlighted. If set to -1, no highlighting will occur.
Public propertyHighlightRequested
If greater than zero, highlighting is enabled.
Top
See Also