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 PointFto translate. | 
| size | Size | The Sizethat specifies the numbers to add to the coordinates ofpoint. | 
add
Translates a given PointF by a specified SizeF.
Returns
The translated PointF.
def add(self, point, size):
    ...
| Parameter | Type | Description | 
|---|---|---|
| point | PointF | The PointFto translate. | 
| size | SizeF | The SizeFthat specifies the numbers to add to the coordinates ofpoint. | 
See Also
- module aspose.cad
- class PointF
- class Size
- class SizeF