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