PointF.op_Addition
Contents
[
Hide
]operator +
Translates a PointF by 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 addition operation.
See Also
- struct Size
- struct PointF
- namespace System.Drawing
- assembly Aspose.Drawing
operator +
Translates a PointF by 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 addition operation.
See Also
- struct SizeF
- struct PointF
- namespace System.Drawing
- assembly Aspose.Drawing