setXY abstract method

Position setXY(
  1. num x,
  2. num y
)

Sets the X and Y coordinate.

Implementation

Position setXY(num x, num y);