ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectF Structure / Union Method

In This Topic
    Union Method (RectF)
    In This Topic
    Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.
    Syntax
    'Declaration
     
    Public Shared Function Union( _
       ByVal a As RectF, _
       ByVal b As RectF _
    ) As RectF
    public static RectF Union( 
       RectF a,
       RectF b
    )

    Parameters

    a
    b
    See Also