Leaper Vision Toolkit
中文 / English 2.x
LShapeGaugeResult Class Reference
Inheritance diagram for LShapeGaugeResult:
ILShapeGaugeResult ILDrawable ILDrawable ILObject

Additional Inherited Members

- Public Member Functions inherited from ILShapeGaugeResult
int CountSampleRegion ()
 
void Draw (HDC hdc, LPVGaugeDrawFlags drawFlags, double zoomX, double zoomY, double panX, double panY)
 
void DrawScoreChart (HDC hdc, int index, LPVChartDrawFlags drawFlags, int xGridStep, int yGridStep)
 
ILPointItemSamplePoint (int index)
 
ILPointsItemSamplePoints (int index)
 
ILRotRectRegionItemSampleRegion (int index)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Public Member Functions inherited from ILDrawable
void SetBrushColor (COLORREF brushColor)
 
void SetFont (LString fontFamily, int fontHeight, COLORREF fontColor, BOOL bold, BOOL italic, BOOL underline, BOOL strikeOut)
 
void SetFontColor (COLORREF fontColor)
 
void SetFontFamily (LString fontFamily)
 
void SetFontHeight (int fontHeight)
 
void SetPen (LPVPenStyle penStyle, int penWidth, COLORREF penColor)
 
void SetPenColor (COLORREF penColor)
 
void SetPenStyle (LPVPenStyle penStyle)
 
void SetPenWidth (int penWidth)
 
- Properties inherited from ILShapeGaugeResult
ILObject Result [get]
 The result shape object. For different gauge tools, the result type varies as: More...
 
ILPoints SamplePoints [get]
 All the valid sample points found in sample regions.
 
double Score [get]
 The score of the result, the average score of all sample points.
 

Detailed Description

This class implements the interface ILShapeGaugeResult, and is used to create an instance of shape gauging result.