[]
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
public static RectL Union(RectL a, RectL b)
Public Shared Function Union(a As RectL, b As RectL) As RectL
| Type | Name | Description |
|---|---|---|
| RectL | a | |
| RectL | b |
| Type | Description |
|---|---|
| RectL |