Point.Constructor(X as Double, Y as Double)

From Xojo Documentation

Constructor

Point.Constructor(X As Double, Y As Double)

New in 2019r2

Creates a basic point with the passed coordinates.

Sample Code

Create a point at 100, 50:

Var p As New Point(100, 50)