PointF.Add
Contents
[
Hide
]Add(PointF, Size)
Translates a given PointF
by the specified Size
.
public static PointF Add(PointF point, Size size)
Parameter | Type | Description |
---|---|---|
point | PointF | The PointF to translate. |
size | Size | The Size that specifies the numbers to add to the coordinates of point. |
Return Value
The translated PointF
.
See Also
- struct Size
- struct PointF
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Add(PointF, SizeF)
Translates a given PointF
by a specified SizeF
.
public static PointF Add(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 coordinates of point. |
Return Value
The translated PointF
.
See Also
- struct SizeF
- struct PointF
- namespace Aspose.Imaging
- assembly Aspose.Imaging