Draws a quadratic bezier curve.
Namespace: MindFusion.Drawing
File: Path.js
JavaScript Copy Code |
---|
function quadraticCurveTo (x1, y1, x, y) |
Number. The x-coordinate of the bezier control point.
Number. The y-coordinate of the bezier control point.
Number. The x-coordinate of the ending point.
Number. The y-coordinate of the ending point.