nw::dev::DirectPrint::Printf Member Function
void Printf(
int x,
int y,
const char * format,
...
);
void Printf(
int x,
int y,
bool turnOver,
const char * format,
...
);
void Printf(
int x,
int y,
bool turnOver,
bool backErase,
const char * format,
...
);
| Printf ( int, int, const char *, ... ) | Draws a string. |
| Printf ( int, int, bool, const char *, ... ) | Draws a string. |
| Printf ( int, int, bool, bool, const char *, ... ) | Draws a string. |
Printf ( int, int, const char *, ... )Fills the rectangular area displayed behind the character string with the background color. Wraps at the right end of the line.
Printf ( int, int, bool, const char *, ... )Fills the rectangular area displayed behind the character string with the background color.
Printf ( int, int, bool, bool, const char *, ... )Draws a string.
CONFIDENTIAL