Click or drag to resize

Dimension Constructor (Long, Long)

X#
Construct a dimension.

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

Parameters

nWidth
Type: Long
The width of the dimension The default is 0, inherited from CLASS Pair.
nHeight
Type: Long
The height of the dimension. The default is 0, inherited from CLASS Pair.
See Also