relativeLineTo method

void relativeLineTo (double dx, 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) native 'Path_relativeLineTo';