Click or drag to resize

FormattedTextObject Constructor

X#
Construct a FormattedTextObject object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oPoint,
	cText,
	oFont,
	oColor
) CLIPPER
Request Example View Source

Parameters

oPoint (Optional)
Type: Usual
The origin of the FormattedTextObject object in canvas coordinates. The default is Point{16, 16}.
cText (Optional)
Type: Usual
The text to be displayed in the FormattedTextObject object.
oFont (Optional)
Type: Usual
The font to be used by the FormattedTextObject object. The default is the system font.
oColor (Optional)
Type: Usual
The color to be used by the FormattedTextObject object. The default is the current window's color selection. (Refer to the Color:Init() method for details on specifying a color.)
See Also