setPoint method

Rect setPoint(
  1. Point p
)

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

Implementation

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