The CogFindCornerResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CornerFound | Whether or not a corner was found. May be false if either expected line was not found, or if the found lines do not intersect, or if the found lines are identical. | |
| CornerX | The X coordinate of the found corner point. Only valid if CornerFound is true. | |
| CornerY | The Y coordinate of the found corner point. Only valid if CornerFound is true. | |
| LineResultsA | The line finder result for expected line A. | |
| LineResultsB | The line finder result for expected line B. |
See Also