ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / IntersectsWith Method

In This Topic
    IntersectsWith Method (RectF)
    In This Topic
    Determines if this rectangle intersects with rect.
    Syntax
    'Declaration
     
    Public Function IntersectsWith( _
       ByVal rect As RectF _
    ) As System.Boolean
    public System.bool IntersectsWith( 
       RectF rect
    )

    Parameters

    rect
    See Also