offset method
offset
Adjusts the location of this rectangle by the specified amount.
def offset(self, pos):
...
| Parameter | Type | Description |
|---|---|---|
| pos | PointF | The 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 | float | The amount to offset the location horizontally. |
| y | float | The amount to offset the location vertically. |
See Also
- module
aspose.cad - class
RectangleF