This interface holds a single line detection result and is used to access its properties. More...
Public Member Functions | |
| void | Draw (HDC hdc, LPVLineDrawFlags drawFlags, double zoomX, double zoomY, double panX, double panY) |
Public Member Functions inherited from ILObject | |
| ILObject * | Copy () |
| LPVErrorCode | Load (LString filename) |
| void | Reset () |
| LPVErrorCode | Save (LString filename) |
| BOOL | Valid () |
Properties | |
| ILLine | Line [get] |
| The line of the result. | |
| double | Score [get] |
| The score of the result. | |
This interface holds a single line detection result and is used to access its properties.
Usually you get the LLineResult object from the ILLineResults::Item() function. You can then use this interface to access to the line informations and draw the result on graphics windows.
| void Draw | ( | HDC | hdc, |
| LPVLineDrawFlags | drawFlags, | ||
| double | zoomX, | ||
| double | zoomY, | ||
| double | panX, | ||
| double | panY | ||
| ) |
Draw the line result onto provide device context.
| [in] | drawFlags | Control the drawing behavior, see LPVLineDrawFlags |