[]
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)