set method

Point set(
  1. Point p
)

Modify this Point so that its X and Y values are the same as the given Point. @param {Point} p the given Point. @return {Point} this.

Implementation

_i3.Point set(_i3.Point p) => _i4.callMethod(
      this,
      'set',
      [p],
    );