unionRect method

Rect unionRect(
  1. Rect r
)

Modify this Rect to be exactly big enough to contain this Rect and the given Rect. @param {Rect} r The Rect to include in the new bounds. @return {Rect} this. @see #unionPoint @see #union

Implementation

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