intersectRect method

Rect intersectRect(
  1. Rect r
)

Modify this Rect so that it is the intersection of this Rect and the given Rect. @param {Rect} r Rect to intersect with. @return {Rect} this. @see #intersect @see #intersects

Implementation

_i3.Rect intersectRect(_i3.Rect r) => _i4.callMethod(
      this,
      'intersectRect',
      [r],
    );