FormattedTextObject 构造函数 | |
构造一个 FormattedTextObject 对象。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
oPoint,
cText,
oFont,
oColor
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public FormattedTextObject(
__Usual oPoint = default,
__Usual cText = default,
__Usual oFont = default,
__Usual oColor = default
)
查看代码参数
- oPoint (Optional)
- 类型:__Usual
FormattedTextObject 对象在画布坐标中的原点。默认为 Point{16, 16}。 - cText (Optional)
- 类型:__Usual
在FormattedTextObject 对象中显示的文本。 - oFont (Optional)
- 类型:__Usual
FormattedTextObject 对象使用的字体。默认为系统字体。 - oColor (Optional)
- 类型:__Usual
FormattedTextObject 对象使用的颜色。默认为当前窗口的颜色选择。(有关指定颜色的详细信息,请参阅 Color:Init() 方法。)
参见