subtract method
subtract
Subtracts the width and height of one SizeF
structure from the width and height of another SizeF
structure.
Returns
The SizeF
that is a result of the subtraction operation.
def subtract(self, size1, size2):
...
Parameter | Type | Description |
---|---|---|
size1 | SizeF | The SizeF structure on the left side of the subtraction operator. |
size2 | SizeF | The SizeF structure on the right side of the subtraction operator. |
See Also
- module
aspose.cad
- class
SizeF