Point.op_Subtraction

Point Subtraction operator

Translates a Point by the negative of a given Size.

public static Point operator -(Point point, Size size)
ParameterTypeDescription
pointPointThe Point to translate.
sizeSizeA Size that specifies the pair of numbers to subtract from the coordinates of point.

Return Value

A Point structure that is translated by the negative of a given Size structure.

See Also