Xojo.Core.Point.Subtract
From Xojo Documentation
Method
Xojo.Core.Point.Operator_Subtract(p2 As Xojo.Core.Point) As Xojo.Core.Point
Supported for all project types and targets.
Supported for all project types and targets.
Use the subtraction operator (-) to subtract the coordinates of two points to get a new Point.
Sample Code
Subtract two points to get a new point: