PointF.Subtract
Contents
[
Hide
]Subtract(PointF, Size)
Translates a PointF
by the negative of a given Size
.
public static PointF Subtract(PointF pt, Size sz)
Parameter | Type | Description |
---|---|---|
pt | PointF | The PointF to translate. |
sz | Size | The Size that specifies the numbers to translate from the coordinates of pt. |
Return Value
The translated PointF
.
See Also
- struct Size
- struct PointF
- namespace System.Drawing
- assembly Aspose.Drawing
Subtract(PointF, SizeF)
Translates a PointF
by the negative of a given Size
.
public static PointF Subtract(PointF pt, SizeF sz)
Parameter | Type | Description |
---|---|---|
pt | PointF | The PointF to translate. |
sz | SizeF | The SizeF that specifies the numbers to translate from the coordinates of pt. |
Return Value
The translated PointF
.
See Also
- struct SizeF
- struct PointF
- namespace System.Drawing
- assembly Aspose.Drawing