ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectD Structure / UnionRef Method

In This Topic
    UnionRef 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 Sub UnionRef( _
       ByRef result As RectD, _
       ByRef a As RectD, _
       ByRef b As RectD _
    ) 
    public static void UnionRef( 
       out RectD result,
       ref RectD a,
       ref RectD b
    )

    Parameters

    result
    a
    b
    See Also