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