Enumeration of data used for creating result graphics.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Draw no result graphics. | |
| MatchRegion | 1 | Draw the match region for this result. | |
| Origin | 2 | Draw a cross at the result's location. | |
| CoordinateAxes | 4 | Draw the pattern origin coordinate axes. | |
| TipText | 8 | Turn on tip text for result graphics. | |
| MatchInfo | 16 | Draw the match info result graphics. | |
| All | -1 | Draw all result graphics. |
See Also