Click or drag to resize

Point Constructor

X#
Construct a point.

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

Parameters

nX (Optional)
Type: Usual
The x coordinate of the point. The default is 0.
nY (Optional)
Type: Usual
The y coordinate of the point. The default is 0.
See Also