Click or drag to resize

Point Constructor (Long, Long)

X#
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
)
Request Example View Source

Parameters

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