Dimension 构造函数 (Int32, Int32) | |
构造一个维度。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
nWidth AS LONG,
nHeight AS LONG
)
public Dimension(
int nWidth,
int nHeight
)
查看代码参数
- nWidth
- 类型:Int32
维度的宽度,默认为0,从 CLASS Pair 继承。 - nHeight
- 类型:Int32
维度的高度,默认为0,从 CLASS Pair 继承。
参见