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

In This Topic
    Union Method (RectD)
    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 RectD, _
       ByVal b As RectD _
    ) As RectD
    public static RectD Union( 
       RectD a,
       RectD b
    )

    Parameters

    a
    b
    See Also