Operator operator -
operator -(Point, Size)
public static Point operator -(Point point, Size size)
Parameters
point
PointThe Point to translate.
size
SizeA Size that specifies the pair of numbers to subtract from the coordinates of
point
.
public static Point operator -(Point point, Size size)
point
PointThe Point to translate.
size
SizeA Size that specifies the pair of numbers to subtract from the coordinates of point
.