Inesoft PrintCE SDK .NET
PrintCE::DrawText2 Method

Draws a text with the selected colour

C# Syntax: object.DrawText2(string lpString,double x, double y, Color color);
VB Syntax: object.DrawText2(ByVal lpString As String, ByVal x As Double, ByVal y As Double, ByVal color As 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.