[]
Tests whether the current Rect intersects with another.
public bool IntersectsWith(Rect rc)
The Rect to test.
true if the current Rect intersects with rc, false otherwise.
rc