TypeLib Xojo support Plugin

Point.Constructor Constructor

A constructor which takes x and y coordinates as a parameters.

Constructor(
   x as Integer,
   y as Integer)

Parameters

x
The x coordinate of the point.
y
The y coordinate of the point.

Remarks

See Also

Point Class