PointF.Subtract

Subtract(PointF, Size)

Translates a PointF by the negative of a given Size .

public static PointF Subtract(PointF pt, Size sz)
ParameterTypeDescription
ptPointFThe PointF to translate.
szSizeThe Size that specifies the numbers to translate from the coordinates of pt.

Return Value

The translated PointF.

See Also


Subtract(PointF, SizeF)

Translates a PointF by the negative of a given Size .

public static PointF Subtract(PointF pt, SizeF sz)
ParameterTypeDescription
ptPointFThe PointF to translate.
szSizeFThe SizeF that specifies the numbers to translate from the coordinates of pt.

Return Value

The translated PointF.

See Also