Method | Description | |
---|---|---|
Draw ( ) : void | ||
GetHeight ( ) : float | ||
GetWidth ( ) : float | ||
Initialize ( int x, int y, string label, Color color, string &reason ) : bool | ||
Initialize ( int x, int y, string label, Color color, string fontName, string &reason ) : bool | ||
MoveTo ( int x, int y ) : void | ||
SetAlignment ( bool isRightAligned ) : void | ||
SetColor ( Color color, Color outline ) : void | ||
SetText ( string text ) : bool | ||
SetText ( string text, string fontName ) : bool |
Method | Description | |
---|---|---|
RefreshText ( string text ) : void |
public Initialize ( int x, int y, string label, Color color, string &reason ) : bool | ||
x | int | |
y | int | |
label | string | |
color | Color | |
reason | string | |
return | bool |
public Initialize ( int x, int y, string label, Color color, string fontName, string &reason ) : bool | ||
x | int | |
y | int | |
label | string | |
color | Color | |
fontName | string | |
reason | string | |
return | bool |
public SetAlignment ( bool isRightAligned ) : void | ||
isRightAligned | bool | |
return | void |
public SetColor ( Color color, Color outline ) : void | ||
color | Color | |
outline | Color | |
return | void |
public SetText ( string text, string fontName ) : bool | ||
text | string | |
fontName | string | |
return | bool |