Xojo.Core.Point.Add
From Xojo Documentation
Method
Xojo.Core.Point.Operator_Add(p2 As Xojo.Core.Point) As Xojo.Core.Point
Supported for all project types and targets.
Supported for all project types and targets.
You can use the plus operator (+) to add the X and Y coordinates of the points together and get a new Point.
Sample Code
Adds two points together to get a new point: