Realbasic.Point.Constructor(X as Integer, Y as Integer)
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Point.Constructor(X_as_Double,_Y_as_Double) as a replacement. |
Constructor
Creates a basic point with the passed coordinates.
Sample Code
Create a point at 100, 50: