offset method

Geometry offset(
  1. num x,
  2. num y
)

Offsets the Geometry in place by a given (x, y) amount @param {number} x The x-axis offset factor. @param {number} y The y-axis offset factor. @return {Geometry} this @since 1.1

Implementation

_i3.Geometry offset(
  _i2.num x,
  _i2.num y,
) =>
    _i4.callMethod(
      this,
      'offset',
      [
        x,
        y,
      ],
    );