UtilsLib REALbasic Support Plugin

Point.Point Constructor

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

Point(
   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