Rectangle.Offset
Offset(int, int)
Adjusts the location of this rectangle by the specified amount.
public void Offset(int x, int y)
Parameter | Type | Description |
---|---|---|
x | Int32 | The horizontal offset. |
y | Int32 | The vertical offset. |
See Also
- struct Rectangle
- namespace System.Drawing
- assembly Aspose.Drawing
Offset(Point)
Adjusts the location of this rectangle by the specified amount.
public void Offset(Point pos)
Parameter | Type | Description |
---|---|---|
pos | Point | The offset. |
See Also
- struct Point
- struct Rectangle
- namespace System.Drawing
- assembly Aspose.Drawing