ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Interop Namespace / Rect Structure / IntersectsWith Method
The Rect to test.

In This Topic
    IntersectsWith Method (Rect)
    In This Topic
    Tests whether the current Rect intersects with another.
    Syntax
    'Declaration
     
    Public Function IntersectsWith( _
       ByVal rc As Rect _
    ) As System.Boolean
    public System.bool IntersectsWith( 
       Rect rc
    )

    Parameters

    rc
    The Rect to test.

    Return Value

    true if the current Rect intersects with rc, false otherwise.
    See Also