PointF.op_Addition
Contents
[
Hide
]operator +
Translates a PointF
by a given Size
.
public static PointF operator +(PointF point, Size size)
Parameter | Type | Description |
---|---|---|
point | PointF | The PointF to translate. |
size | Size | A Size that specifies the pair of numbers to add to the coordinates of point. |
Return Value
Returns the translated PointF
.
See Also
- struct Size
- struct PointF
- namespace Aspose.Imaging
- assembly Aspose.Imaging
operator +
Translates the PointF
by the specified SizeF
.
public static PointF operator +(PointF point, SizeF size)
Parameter | Type | Description |
---|---|---|
point | PointF | The PointF to translate. |
size | SizeF | The SizeF that specifies the numbers to add to the x- and y-coordinates of the point. |
Return Value
The translated PointF
.
See Also
- struct SizeF
- struct PointF
- namespace Aspose.Imaging
- assembly Aspose.Imaging