Dimension Constructor | |
Construct a dimension.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
nWidth,
nHeight
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Dimension(
Usual nWidth = default,
Usual nHeight = default
)
Request Example
View SourceParameters
- nWidth (Optional)
- Type: Usual
The width of the dimension The default is 0, inherited from CLASS Pair. - nHeight (Optional)
- Type: Usual
The height of the dimension. The default is 0, inherited from CLASS Pair.
See Also