IGraphicHighlight InterfaceCognex VisionPro 9.21

Interface of a highlight capable graphic.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public interface IGraphicHighlight : IObject

The IGraphicHighlight 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

Get the color of the highlighted feature.

Public propertyHighlightIndex
Get

Get 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