PointF.Add
Contents
[
Hide
]Add(PointF, Size)
Translates a given PointF by a specified SizeF.
public static PointF Add(PointF orig, Size size)
Parameter | Type | Description |
---|---|---|
orig | PointF | The PointF to translate. |
size | Size | The Size that specifies the numbers to add to the coordinates of orig. |
Return Value
The translated PointF.
See Also
- struct Size
- struct PointF
- namespace System.Drawing
- assembly Aspose.Drawing
Add(PointF, SizeF)
Translates a given PointF by a specified SizeF.
public static PointF Add(PointF orig, SizeF sizeF)
Parameter | Type | Description |
---|---|---|
orig | PointF | The PointF to translate. |
sizeF | SizeF | The SizeF that specifies the numbers to add to the coordinates of orig. |
Return Value
The translated PointF.
See Also
- struct SizeF
- struct PointF
- namespace System.Drawing
- assembly Aspose.Drawing