Point.Subtract

Point.Subtract method

Translates a Point by the negative of a given Size .

public static Point Subtract(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