nw::dev::DirectPrint::Printf Member Function

Syntax

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,
     ...
);

List of Overloaded Member Functions

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.

Description of 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.

Description of Printf ( int, int, bool, const char *, ... )

Fills the rectangular area displayed behind the character string with the background color.

Description of Printf ( int, int, bool, bool, const char *, ... )

Draws a string.


CONFIDENTIAL