Constants used to specify desired result graphics.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Draw no result graphics. | |
| TipText | 1 | Turn on tip text for result graphics. | |
| Origin | 2 | Draw a cross at the font model origin of this result. | |
| CoordinateAxes | 4 | Draw a coordinate axes at the font model origin of this result. | |
| MatchRegion | 8 | Draw the match region for this result. This is a mapped version of the font model's image border indicating where the font model was found in the run-time image. | |
| Label | 16 | Draw a graphic label indicating the name and instance of the font model found. | |
| All | -1 | Draw all result graphics. |
Remarks
Constants that you can OR together to specify desired result graphics.
See Also