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

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

    Parameters

    point
    The point to include.
    Exceptions
    ExceptionDescription
     
    See Also