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 *, ... )The rectangular area displayed behind the string being drawn is dark. Wraps at the right end of the line.
Printf ( int, int, bool, const char *, ... )The rectangular area displayed behind the string being drawn is dark.
Printf ( int, int, bool, bool, const char *, ... )Draws a string.
CONFIDENTIAL