Dimension Constructor (Long, Long) | |
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
)
public Dimension(
int nWidth,
int nHeight
)
Request Example
View SourceParameters
- 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