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