ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / IntersectsWith Method

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

    Parameters

    rect
    See Also