Method IntersectsWith
IntersectsWith(IBounds)
Determines whether this rectangle intersects with another bounds object.
public bool IntersectsWith(IBounds other)
Parameters
other
IBoundsThe rectangle to test for intersection.
Returns
- bool
true
if the two rectangles overlap; otherwise,false
.