[]
        
(Showing Draft Content)

C1.Util.DX.RectD.Union

Union Method

Union(RectD, RectD)

Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.

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