quadraticBezierTo abstract method
Adds a quadratic bezier segment that curves from the current point to the given point (x2,y2), using the control point (x1,y1).
Implementation
void quadraticBezierTo(double x1, double y1, double x2, double y2);
Adds a quadratic bezier segment that curves from the current point to the given point (x2,y2), using the control point (x1,y1).
void quadraticBezierTo(double x1, double y1, double x2, double y2);