[]
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
public static void UnionRef(out RectF result, ref RectF a, ref RectF b)
Public Shared Sub UnionRef(ByRef result As RectF, ByRef a As RectF, ByRef b As RectF)
| Type | Name | Description |
|---|---|---|
| RectF | result | |
| RectF | a | |
| RectF | b |