Leaper Vision Toolkit
中文 / English 2.x
LSystem Class Reference
Inheritance diagram for LSystem:
ILSystem

Additional Inherited Members

- Public Member Functions inherited from ILSystem
BOOL CheckLib (LString libName)
 
BOOL CheckLicense ()
 
BOOL CheckVersion (long majorVersion, long minorVersion, long microVersion)
 
void DrawCircle (double x, double y, double r, BOOL bFill, HDC hdc, double zoomX, double zoomY, double panX, double panY)
 
void DrawLine (double x1, double y1, double x2, double y2, HDC hdc, double zoomX, double zoomY, double panX, double panY)
 
void DrawPoint (double x, double y, LPVPointShape shape, HDC hdc, double zoomX, double zoomY, double panX, double panY)
 
void DrawPolygon (LArray< double > xs, LArray< double > ys, BOOL bClosed, BOOL bFill, HDC hdc, double zoomX, double zoomY, double panX, double panY)
 
void DrawRect (double x, double y, double w, double h, double a, BOOL bFill, HDC hdc, double zoomX, double zoomY, double panX, double panY)
 
void DrawString (LString text, int tlx, int tly, HDC hdc, double zoomX, double zoomY, double panX, double panY)
 
LString GenKey ()
 
LPVErrorCode GenKeyToFile (LString filename)
 
COLORREF GetColorRef (int red, int green, int blue)
 
COLORREF GetRandomColorRef ()
 
void GetRGBFromColorRef (COLORREF colorRef, int *red, int *green, int *blue)
 
LPVErrorCode RefreshDefaults (LString filename)
 
void SetDefault (LString settingName, LString val)
 
void SetDrawPointSize (int size)
 
void SetRegionHandleSize (int size)
 

Detailed Description

This class implements the interface ILSystem, and is used to create an instance of system operation object.