setSize method

Rect setSize(
  1. Size s
)

Modify this Rect so that its Width and Height values are the same as the given Size. @param {Size} s the given Size. @return {Rect} this.

Implementation

_i3.Rect setSize(_i3.Size s) => _i4.callMethod(
      this,
      'setSize',
      [s],
    );