ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Rect Structure / Intersect Method / Intersect(Rect) Method
The Rect to intersect the current one with.

In This Topic
    Intersect(Rect) Method
    In This Topic
    Replaces the current Rect structure with the intersection of itself and another Rect.
    Syntax
    'Declaration
     
    Public Overloads Sub Intersect( _
       ByVal rect As Rect _
    ) 
    public void Intersect( 
       Rect rect
    )

    Parameters

    rect
    The Rect to intersect the current one with.
    See Also