Point.op_Subtraction

Point Subtraction operator

Translates a Point by the negative of a given Size .

public static Point operator -(Point pt, Size sz)
ParameterTypeDescription
ptPointThe Point to add.
szSizeThe Size to add

Return Value

The Point that is the result of the translate operation.

See Also