Point.Operator - Method
Returns the Point that results from subtracting a Point from the current Point.
Thread safety: This method is thread-safe.
operator -(Point point1, Point point2)
Returns the Point that results from subtracting one Point from another Point.Syntax
public static Point operator - (
Point point1,
Point point2
)
Parameters
point1
Type: Point
The first point.
The first point.
point2
Type: Point
The second point.
The second point.
Return Value
Type: Point
A point whose coordinates are the result of subtracting point2 from point1.
A point whose coordinates are the result of subtracting point2 from point1.
Platforms
Windows, Linux, Android