Returns/sets the adornment drawn at the vertices of the contour.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
Syntax
Property Value
Type: CogGeneralContourVertexAdornmentConstantsExceptions
| Exception | Condition |
|---|---|
| ArgumentException | The value is not in CogGeneralContourVertexAdornmentConstants. |
Remarks
Sets or gets the adornment drawn at the vertices of the contour.
You can set the color of each vertex adornment by defining a CogGeneralContour and then using the CogGeneralContourSegmentIteratorStartAdornmentCustomPen and EndAdornmentCustomPen.
Default Value: None
See Also