Subtract

Point.Subtract method

Returns the result of subtracting specified Size from the specified Point.

public static Point Subtract(Point point, Size size)
ParameterTypeDescription
pointPointThe Point to be subtracted from.
sizeSizeThe Size to subtract from the point.

Return Value

The Point that is the result of the subtraction operation.

See Also