add method
add
Translates a given PointF by the specified Size.
Returns
The translated PointF.
def add(self, point, size):
...
| Parameter | Type | Description |
|---|---|---|
| point | PointF | The PointF to translate. |
| size | Size | The Size that specifies the numbers to add to the coordinates of point. |
add
Translates a given PointF by a specified SizeF.
Returns
The translated PointF.
def add(self, point, size):
...
| Parameter | Type | Description |
|---|---|---|
| point | PointF | The PointF to translate. |
| size | SizeF | The SizeF that specifies the numbers to add to the coordinates of point. |
See Also
- module
aspose.cad - class
PointF - class
Size - class
SizeF