nw::dev::DirectPrint::DrawString Member Function

Syntax

void DrawString(
     int x,
     int y,
     const char*   str,
     bool turnOver = true,
     bool backErase = false
);

Arguments

Name Description
x Rendering start position (the X-direction component)
y Rendering start position (the Y-direction component)
str Character string.
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