Path2D.QuadraticCurveTo
Path2D.QuadraticCurveTo method
Adds a quadratic Bézier curve to the current path.
public void QuadraticCurveTo(double cpx, double cpy, double x, double y)
Parameter | Type | Description |
---|---|---|
cpx | Double | The x axis of the coordinate for the control point. |
cpy | Double | The y axis of the coordinate for the control point. |
x | Double | The x axis of the coordinate for the end point. |
y | Double | The y axis of the coordinate for the end point. |
See Also
- class Path2D
- namespace Aspose.Html.Dom.Canvas
- assembly Aspose.HTML