- a
- The first rectangle being tested for intersection
- b
- The second rectangle being tested for intersection
Documentation for this section has not yet been entered.
Returns true iff the two specified rectangles intersect. In no event are either of the rectangles modified. To record the intersection, use Rect.Intersect(Rect) or Rect.SetIntersect(Rect, Android.Graphics.Rect).