Click or drag to resize

Window.TextPrint Method (Typed)

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

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD TextPrint(
	cText AS STRING,
	oPoint AS Point
) AS VOID
Request Example View Source

Parameters

cText
Type: String
The string to be printed.
oPoint
Type: Point
The position of the string's origin, in canvas coordinates.
See Also