FormattedTextObject Constructor | |
Construct a FormattedTextObject object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oPoint,
cText,
oFont,
oColor
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public FormattedTextObject(
Usual oPoint = default,
Usual cText = default,
Usual oFont = default,
Usual oColor = default
)
Request Example
View SourceParameters
- 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