offset method
offset
Translates this Point
by the specified Point
.
def offset(self, point):
...
Parameter | Type | Description |
---|---|---|
point | Point | The Point used to offset this Point . |
offset
Translates this Point
by the specified amount.
def offset(self, dx, dy):
...
Parameter | Type | Description |
---|---|---|
dx | int | The amount to offset the x-coordinate. |
dy | int | The amount to offset the y-coordinate. |
See Also
- module
aspose.cad
- class
Point