subtract method
subtract
Returns the result of subtracting specified Size
from the specified Point
.
Returns
The Point
that is the result of the subtraction operation.
def subtract(self, point, size):
...
Parameter | Type | Description |
---|---|---|
point | Point | The Point to be subtracted from. |
size | Size | The Size to subtract from the point . |
See Also
- module
aspose.cad
- class
Point
- class
Size