Point.Offset
Offset(Point)
Translates this Point
by the specified Point
.
public void Offset(Point point)
Parameter | Type | Description |
---|---|---|
point | Point | The Point used to offset this Point . |
See Also
- struct Point
- namespace Aspose.Imaging
- assembly Aspose.Imaging
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.Imaging
- assembly Aspose.Imaging