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