ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / Union Method

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

    Parameters

    a
    b
    See Also