relativeMoveTo abstract method

void relativeMoveTo(
  1. double dx,
  2. double dy
)

Starts a new sub-path at the given offset from the current point.

Implementation

void relativeMoveTo(double dx, double dy);