IntersectsWith Method (RectF)
In This Topic
Determines if this rectangle intersects with rect.
Syntax
'Declaration
Public Function IntersectsWith( _
ByVal As RectF _
) As System.Boolean
public System.bool IntersectsWith(
RectF
)
Parameters
- rect
See Also