moveTo abstract method

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

Starts a new sub-path at the given coordinate.

Implementation

void moveTo(double x, double y);