TextOut Method

Object List Next Object

Defined By:
Drawable

Description:

Draws specified text at the current point, in the current font.

Declaration:

Sub TextOut(byVal s As String)

Details:

The Print statement offers more flexibility in displaying text on the Drawable, and should be used instead of TextOut in most situations.