[]
        
(Showing Draft Content)

C1.C1Preview.RectangleD.Union

Union Method

Union(RectangleD, RectangleD)

Creates a new RectangleD structure representing the smallest possible rectangle containing the two specified rectangles.

Declaration
public static RectangleD Union(RectangleD a, RectangleD b)
Parameters
Type Name Description
RectangleD a

The first RectangleD to combine.

RectangleD b

The second RectangleD to combine.

Returns
Type Description
RectangleD

The newly created RectangleD structure.