| Overload | Description |
|---|---|
| Union(NRectangle[]) | Creates the smallest possible rectangle that can contain the specified rectangles |
| Union(NRectangle,NRectangle) | Creates the smallest possible third rectangle that can contain the two rectangles that form a union |
| Union(NRectangle,NPoint) | Calculates the union of a point and a rectangle. |