Class DrawContext : drawText Method
void drawText( Integer left, Integer top, String text, String textColour ) |
Summary
Draw some text using the currently selected font.
Parameters
Parameter | Description |
Integer left |
Upper-left of where to start drawing |
Integer top |
Upper-left of where to start drawing |
String text |
Text you wish to draw |
String textColour |
Colour you wish to draw in. |
|
|
|
See Also
DrawContext : selectFont
Requirements
build 1065
|