Dimension 构造函数 | |
构造一个维度。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
nWidth,
nHeight
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Dimension(
__Usual nWidth = default,
__Usual nHeight = default
)
查看代码参数
- nWidth (Optional)
- 类型:__Usual
维度的宽度,默认为0,从 CLASS Pair 继承。 - nHeight (Optional)
- 类型:__Usual
维度的高度,默认为0,从 CLASS Pair 继承。
参见