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

In This Topic
    Contains(C1Rect) Method
    In This Topic
    Indicates whether the rectangle contains the specified rectangle.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal rect As C1Rect _
    ) As Boolean
    public bool Contains( 
       C1Rect rect
    )

    Parameters

    rect
    The rectangle to check.

    Return Value

    true if rect is entirely contained by the rectangle; otherwise, false.
    See Also