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 PointFto add. | 
| sz | Size | The Sizeto add | 
Return Value
The PointF that is the result of the addition operation.
See Also
- struct Size
- struct PointF
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
operator +
Translates a PointF by a given SizeF .
public static PointF operator +(PointF pt, SizeF sz)
| Parameter | Type | Description | 
|---|---|---|
| pt | PointF | The PointFto add. | 
| sz | SizeF | The SizeFto add | 
Return Value
The PointF that is the result of the addition operation.
See Also
- struct SizeF
- struct PointF
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common