Operator operator -
operator -(Point, Point)
Subtracts the coordinates of one point from another.
public static Point operator -(Point a, Point b)
Subtracts the coordinates of one point from another.
public static Point operator -(Point a, Point b)