ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectD Structure / IntersectsWithRef Method

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

    Parameters

    rect
    See Also