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