Declaration
public static RectangleD Union(
RectangleD a,
RectangleD b
)
Summary
Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
Parameters
Returns
A third
RectangleD structure that contains both of the two rectangles that form the union.