Inesoft PrintCE SDK EVC++
CPrintCE::DrawText Method

Draws a text

C++ Syntax: object.DrawText(LPCTSTR lpString, double x, double y);
            LPCTSTR
lpString,
            double
x,
            double
y
);

eVB Syntax: object.DrawText lpString, x, y

Parameters

lpString

text to be drawn

x

coordinate on X-line

y

coordinate on Y-line

Review

Coordinates are set in the current measurement units (please refer to MeasureUnit property), text colour is determined by TextColor property



© 2009 Inesoft. All rights reserved.