moveTo method

void moveTo(
  1. num x,
  2. num y
)

Implementation

external void moveTo(
  num x,
  num y,
);