Inesoft PrintCE SDK EVC++
prnDrawText2

This function draws a text with the selected colour.

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

prnDrawText

 


© 2009 Inesoft. All rights reserved.