setTo method

Size setTo(
  1. num w,
  2. num h
)

Modify this Size with new Width and Height values. @param {number} w the width. @param {number} h the height. @return {Size} this.

Implementation

_i3.Size setTo(
  _i2.num w,
  _i2.num h,
) =>
    _i4.callMethod(
      this,
      'setTo',
      [
        w,
        h,
      ],
    );