PointF.op_Subtraction
Contents
[
Hide
]operator -
Translates a PointF by the negative of a given Size .
public static PointF operator -(PointF pt, Size sz)
| Parameter | Type | Description |
|---|---|---|
| pt | PointF | The PointF to add. |
| sz | Size | The Size to add |
Return Value
The PointF that is the result of the translate operation.
See Also
- struct Size
- struct PointF
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
operator -
Translates a PointF by the negative of a given SizeF .
public static PointF operator -(PointF pt, SizeF sz)
| Parameter | Type | Description |
|---|---|---|
| pt | PointF | The PointF to add. |
| sz | SizeF | The SizeF to add |
Return Value
The PointF that is the result of the translate operation.
See Also
- struct SizeF
- struct PointF
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common