[]
        
(Showing Draft Content)

C1.Util.DX.RectF.IntersectsWithRef

IntersectsWithRef Method

IntersectsWithRef(ref RectF)

Determines if this rectangle intersects with rect.

Declaration
public bool IntersectsWithRef(ref RectF rect)
Public Function IntersectsWithRef(ByRef rect As RectF) As Boolean
Parameters
Type Name Description
RectF rect
Returns
Type Description
bool