Click or drag to resize

Dimension Constructor

X#
Construct a dimension.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nWidth,
	nHeight
) CLIPPER
Request Example View Source

Parameters

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