Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Rect Structure / Union Method / Union(C1Rect) Method
The rectangle to include.

In This Topic
    Union(C1Rect) Method
    In This Topic
    Expands the rectangle represented by the current C1Rect exactly enough to contain the specified rectangle.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Union( _
       ByVal rect As C1Rect _
    ) 
    public void Union( 
       C1Rect rect
    )

    Parameters

    rect
    The rectangle to include.
    Exceptions
    ExceptionDescription
     
    See Also