Point Constructor (Long, Long) | |
Construct a point.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
nX AS LONG,
nY AS LONG
)
public Point(
int nX,
int nY
)
Request Example
View SourceParameters
- nX
- Type: Long
The x coordinate of the point. The default is 0. - nY
- Type: Long
The y coordinate of the point. The default is 0.
See Also