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

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

    Parameters

    rect
    See Also