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

In This Topic
    IntersectsWith Method
    In This Topic
    Indicates whether the specified rectangle intersects with the current rectangle.
    Syntax
    'Declaration
     
    
    Public Function IntersectsWith( _
       ByVal rect As C1Rect _
    ) As Boolean
    public bool IntersectsWith( 
       C1Rect rect
    )

    Parameters

    rect
    The rectangle to check.

    Return Value

    true if the specified rectangle intersects with the current rectangle; otherwise, false.
    See Also