Point.Offset
Offset(int, int)
Translates this Point by the specified amount.
public void Offset(int dx, int dy)
Parameter | Type | Description |
---|---|---|
dx | Int32 | The amount to offset the x-coordinate. |
dy | Int32 | The amount to offset the y-coordinate. |
See Also
- struct Point
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common
Offset(Point)
Translates this Point by the specified Point.
public void Offset(Point p)
Parameter | Type | Description |
---|---|---|
p | Point | The Point used offset this Point. |
See Also
- struct Point
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common