Point Constructor | |
Construct a point.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
nX,
nY
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Point(
Usual nX = default,
Usual nY = default
)
Request Example
View SourceParameters
- 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