[]
        
(Showing Draft Content)

C1.Util.DX.RectF.Union

Union Method

Union(RectF, RectF)

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

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