ComponentOne Bitmap for UWP
C1.UWP.DX 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