| Top Previous Next |
|
The TextOutC method writes a character string at the specified location, using the currently selected font, background color, and text color.
Syntax
Parameters
Text Specifies the character string for which the text is determined.
Return Value
Remaining space on the page is returned.
Remarks
Places a line of text on the image. Call TextOut with only the string parameter to place text as paragraph. This method should be called between calls to BeginPara and EndPara.
See Also
|