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

The rectangular area displayed behind the string being drawn is dark. Wraps at the right end of the line.

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

The rectangular area displayed behind the string being drawn is dark.

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

Draws a string.


CONFIDENTIAL