Operator operator -
operator -(Point, Size)
Subtraction Operator
public static Point operator -(Point pt, Size sz)
Parameters
Returns
Remarks
Translates a Point using the negation of the Width and Height properties of the given Size.
Subtraction Operator
public static Point operator -(Point pt, Size sz)
Translates a Point using the negation of the Width and Height properties of the given Size.