moveTo abstract method

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

Moves the starting point of a new sub-path.

Implementation

void moveTo(num x, num y);