Point.Subtract Method
Returns the Point that results from subtracting a Point from the current Point.
Thread safety: This method is thread-safe.
Subtract(Point point)
Returns the Point that results from subtracting a Point from the current Point.Syntax
public Point Subtract (
Point point
)
Parameters
point
Type: Point
The point whose coordinates are subtracted from the current point.
The point whose coordinates are subtracted from the current point.
Return Value
Type: Point
A point whose coordinates are the result of subtracting point from the current point.
A point whose coordinates are the result of subtracting point from the current point.
Platforms
Windows, Linux, Android