Polygon VertexAdornment Property Cognex VisionPro 9.21
Get

The adornment shape to be rendered for each vertex.

Set

Sets VertexAdornment.

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

public PolygonVertexAdornmentConstants VertexAdornment { get; set; }

Property Value

Type: PolygonVertexAdornmentConstants
Default Value: None
Exceptions

ExceptionCondition
ArgumentExceptionThe new value is not in PolygonVertexAdornmentConstants.
Remarks

The adornment shape to be rendered for all vertices. You can use SetVertexAdornmentColor to hide or to change the color of the adornment for each vertex.

Remarks

Changed Raised when the value of this property changes.

See Also