nw::dev::DirectPrint::VPrintf Member Function

Syntax

void VPrintf(
     int x,
     int y,
     const char * format,
     std::va_list vargs,
     bool turnOver = true,
     bool backErase = true
);

Arguments

Name Description
x Rendering start position (the X-direction component)
y Rendering start position (the Y-direction component)
format The format of the character string.
vargs Variable length arguments.
turnOver Specify true to wrap at right end of line.
backErase Specify true to black out the background.

Return Values

None.

Description

Draws a string.


CONFIDENTIAL