set method

Size set(
  1. Size s
)

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

Implementation

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