Inesoft
PrintCE SDK EVC++ |
C++ Syntax: object.DrawText2 (LPCTSTR lpString, double x, double y, COLORREF color);
LPCTSTR lpString,
double x,
double y,
COLORREF color
);eVB Syntax: object.DrawText2 lpString, x, y,color
Parameters
lpString
text to be drawn
x
coordinate on X-line
y
coordinate on Y-line
color
text colour
Review
Coordinates are set in the current measurement units (please refer to MeasureUnit property)
© 2009 Inesoft. All rights reserved.