点击或拖拽改变大小

Point 构造函数 (Int32, Int32)

X#
构造一个点。

命名空间:  XSharp.VO.SDK
程序集:  XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法
 CONSTRUCTOR(
	nX AS LONG,
	nY AS LONG
)
查看代码

参数

nX
类型:Int32
点的x坐标。默认值为0。
nY
类型:Int32
点的y坐标。默认值为0。
参见