ASP.NET Pack Programmer's Guide
Path.quadraticCurveTo Method
See Also
 





Draws a quadratic bezier curve.

Namespace: MindFusion.Drawing
Package: Path.js

 Syntax

JavaScript  Copy Code

function quadraticCurveTo (x1, y1, x, y)

 Parameters

x1

The x-coordinate of the bezier control point.

y1

The y-coordinate of the bezier control point.

x

The x-coordinate of the ending point.

y

The y-coordinate of the ending point.

 See Also

Path Members
Path Class
MindFusion.Drawing Namespace