Realbasic.Point.Constructor(X as Integer, Y as Integer)

From Xojo Documentation

Constructor

Realbasic.Point.Constructor(X As Integer, Y As Integer)

New in 2011r2

Creates a basic point with the passed coordinates.

Sample Code

Create a point at 100, 50:

Dim p As New Realbasic.Point(100, 50)