Enumeration of vertex adornments.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Show no adornments at the vertices. | |
| SolidSquare | 3 | Show a solid (filled) square at each vertex. | |
| SolidCircle | 4 | 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(Int32, CogPolygonVertexColorConstants) to hide or to change the color of the adornment for each vertex.
See Also