Search
Path.quadraticCurveTo Method
See Also
 





Draws a quadratic bezier curve.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

function quadraticCurveTo (x1, y1, x, y)

 Parameters

x1

Number. The x-coordinate of the bezier control point.

y1

Number. The y-coordinate of the bezier control point.

x

Number. The x-coordinate of the ending point.

y

Number. The y-coordinate of the ending point.

 See Also