Click or drag to resize

Window.TextPrint Method

X#
Display a given string on the window at a specified location using the current font and the current pen color.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD TextPrint(
	cText,
	oPoint
) AS USUAL CLIPPER
Request Example View Source

Parameters

cText (Optional)
Type: Usual
The string to be printed.
oPoint (Optional)
Type: Usual
The position of the string's origin, in canvas coordinates.

Return Value

Type: Usual
See Also