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

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

    Parameters

    result
    a
    b
    See Also