minus
Subtracts anotherPoint from this Point by subtracting the corresponding x and y coordinates.
Return
A new Point, the result of the subtraction.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
anotherPoint
The component to be subtracted from this Point.
Subtracts anotherPoint from this PointF by subtracting the corresponding x and y coordinates.
Return
A new PointF, the result of the subtraction.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
anotherPoint
The component to be subtracted from this PointF.