CogPolygonVertexAdornmentConstants EnumerationCognex VisionPro
Enumeration of vertex adornments.

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

public enum CogPolygonVertexAdornmentConstants
Members

  Member nameValueDescription
None0Show no adornments at the vertices.
SolidSquare3Show a solid (filled) square at each vertex.
SolidCircle4Show 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(Int32, CogPolygonVertexColorConstants) to hide or to change the color of the adornment for each vertex.

See Also