Draws a cubic bezier curve.
Namespace: MindFusion.Drawing
File: Path.js
JavaScript Copy Code |
---|
function bezierTo (x1, y1, x2, y2, x3, y3) |
Number. The x-coordinate of the first bezier control point.
Number. The y-coordinate of the first bezier control point.
Number. The x-coordinate of the second bezier control point.
Number. The y-coordinate of the second bezier control point.
Number. The x-coordinate of the ending point.
Number. The y-coordinate of the ending point.