ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectL Structure / IntersectsWithRef Method

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

    Parameters

    rect
    See Also