subtract method

subtract

Translates a PointF by the negative of a specified size.

Returns

The translated PointF.

def subtract(self, point, size):
    ...
ParameterTypeDescription
pointPointFThe PointF to translate.
sizeSizeThe Size that specifies the numbers to subtract from the coordinates of point.

subtract

Translates a PointF by the negative of a specified size.

Returns

The translated PointF.

def subtract(self, point, size):
    ...
ParameterTypeDescription
pointPointFThe PointF to translate.
sizeSizeFThe SizeF that specifies the numbers to subtract from the coordinates of point.

See Also