union method
union
Gets a Rectangle structure that contains the union of two Rectangle structures.
Returns
A Rectangle structure that bounds the union of the two Rectangle structures.
def union(self, a, b):
...
| Parameter | Type | Description |
|---|---|---|
| a | Rectangle | A first rectangle to union. |
| b | Rectangle | A second rectangle to union. |
See Also
- module
aspose.cad - class
Rectangle