Union Method Union(Rect, Rect) Creates a rectangle that represents the union between a and b. Declaration public static Rect Union(Rect a, Rect b) Parameters Type Name Description Rect a Rect b Returns Type Description Rect