offset method
offset
Adjusts the location of this rectangle by the specified amount.
def offset(self, pos):
...
| Parameter | Type | Description |
|---|---|---|
| pos | Point | Amount to offset the location. |
offset
Adjusts the location of this rectangle by the specified amount.
def offset(self, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| x | int | The horizontal offset. |
| y | int | The vertical offset. |
See Also
- module
aspose.cad - class
Rectangle