Draw
void Draw ( XRect* r )
void Draw ( XRect* r= NULL )
void
SetHight
void SetHight ( LONG h )
SetText
void SetText ( char* t, LONG textLen )
void SetText ( char* t, LONG textLen = -1 )
SetWight
void SetWight ( LONG w )
XText
XText ( XGraphicDevice* d, XFont* f, XRect* rect, char* s, SHORT sty ):XGraphicObject ( d, rect->x, rect->y )
XText ( XGraphicDevice* , XFont* font, XRect* rect, char* text, SHORT style = DT_LEFT )
-
~XText
~XText ( )
virtual ~XText ( )