点击或拖拽改变大小

TextObject 构造函数

X#
初始化 TextObject 类的一个新实例

命名空间:  XSharp.VO.SDK
程序集:  XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法
 CONSTRUCTOR(
	oPoint AS Point,
	 cText AS STRING,
	 oFont AS Font,
	 oColor AS Color
)
查看代码

参数

oPoint
类型:Point
cText
类型:String
oFont
类型:Font
oColor
类型:Color
参见