www.gnostice.com 

TextOut Method

Top  Previous  Next

The TextOut method writes a string at the specified location, using the currently selected font, background color, and text color.

 

 

 

 

Syntax

 

 

[VC++]

double TextOut(LPCTSTR Text);

 

[C#]

public abstract new System.Double TextOut ( System.String Text )

 

[VB]

Function TextOut(Text As String) As Double

 

 

 

 

 

 

Parameters

 

 

Text

Specifies the string for which the text height is determined.

 

 

 

 

Return Value

 

 

Remaining space on the page is returned.

 

 

 

 

Remarks

 

 

This method should be called between calls to BeginPara and EndPara.