relativeLineTo abstract method

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

Adds a straight line segment from the current point to the point at the given offset from the current point.

Implementation

void relativeLineTo(double dx, double dy);