[]
Creates a new RectangleD structure representing the smallest possible rectangle containing the two specified rectangles.
public static RectangleD Union(RectangleD a, RectangleD b)
| Type | Name | Description |
|---|---|---|
| RectangleD | a | The first RectangleD to combine. |
| RectangleD | b | The second RectangleD to combine. |
| Type | Description |
|---|---|
| RectangleD | The newly created RectangleD structure. |