Inesoft
PrintCE SDK EVC++ |
void prnDrawText2(
LPCTSTR lpString,
double x,
double y,
COLORREF color
);Parameters
lpszString
Pointer to the string to draw. If nCount is –1, the string must be null-terminated.
x,y
x - coordinate on X-line. y - coordinate on Y-line
color
Specifies the new background color.
Remarks
Coordinates are set in the current measurement units. (please refer to prnSetMeasureUnit).
See Also
© 2009 Inesoft. All rights reserved.