ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Union Method
A rectangle to union.
A rectangle to union.

In This Topic
    Union Method (Rect)
    In This Topic
    Creates a Rect structure that contains the union of two Rect structures.
    Syntax
    'Declaration
     
    Public Shared Function Union( _
       ByVal a As Rect, _
       ByVal b As Rect _
    ) As Rect
    public static Rect Union( 
       Rect a,
       Rect b
    )

    Parameters

    a
    A rectangle to union.
    b
    A rectangle to union.

    Return Value

    A rectangle that bounds the union of the two rectangles.
    See Also