Method IntersectsWith
IntersectsWith(RectangleF)
Determines if this rectangle intersects with rect
.
public bool IntersectsWith(RectangleF rect)
Parameters
rect
RectangleFThe rectangle to test.
Returns
- bool
This method returns true if there is any intersection.