PolygonVertexAdornmentConstants EnumerationCognex VisionPro 9.24

Enumeration of vertex adornments.

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

public enum PolygonVertexAdornmentConstants
Members

  Member nameValueDescription
None0

Show no adornments at the vertices.

SolidSquare3

Show a solid (filled) square at each vertex.

SolidCircle4

Show a solid (filled) circle at each vertex.

Remarks

Enumeration of vertex adornments. Use VertexAdornment to set the adornment style. The adornment applies to all vertices, but you can use SetVertexAdornmentColor to hide or to change the color of the adornment for each vertex.

See Also