PointF.Subtract

Subtract(PointF, Size)

Translates a PointF by the negative of a specified size.

public static PointF Subtract(PointF point, Size size)
ParameterTypeDescription
pointPointFThe PointF to translate.
sizeSizeThe Size that specifies the numbers to subtract from the coordinates of point.

Return Value

The translated PointF.

See Also


Subtract(PointF, SizeF)

Translates a PointF by the negative of a specified size.

public static PointF Subtract(PointF point, SizeF size)
ParameterTypeDescription
pointPointFThe PointF to translate.
sizeSizeFThe SizeF that specifies the numbers to subtract from the coordinates of point.

Return Value

The translated PointF.

See Also