set

set(x, Integer;
    y: Integer) updating;

The set method of the Point primitive type sets the value of the receiver to a specified point.

The x and y parameters are integer values of the horizontal (x) and vertical (y) coordinates.