relativeQuadraticBezierTo abstract method

void relativeQuadraticBezierTo(
  1. double x1,
  2. double y1,
  3. double x2,
  4. double y2
)

Adds a quadratic bezier segment that curves from the current point to the point at the offset (x2,y2) from the current point, using the control point at the offset (x1,y1) from the current point.

Implementation

void relativeQuadraticBezierTo(double x1, double y1, double x2, double y2);