add method
add
Adds the width and height of one SizeF
structure to the width and height of another SizeF
structure.
Returns
A SizeF
structure that is the result of the addition operation.
def add(self, size1, size2):
...
Parameter | Type | Description |
---|---|---|
size1 | SizeF | The first SizeF to add. |
size2 | SizeF | The second SizeF to add. |
See Also
- module
aspose.cad
- class
SizeF