[]
        
(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)
Public Shared Function Union(a As RectF, b As RectF) As RectF
Parameters
Type Name Description
RectF a
RectF b
Returns
Type Description
RectF