quadratic_curve_to method
quadratic_curve_to
Adds a quadratic Bézier curve to the current path.
def quadratic_curve_to(self, cpx, cpy, x, y):
...
| Parameter | Type | Description |
|---|---|---|
| cpx | float | The x axis of the coordinate for the control point. |
| cpy | float | The y axis of the coordinate for the control point. |
| x | float | The x axis of the coordinate for the end point. |
| y | float | The y axis of the coordinate for the end point. |
See Also
- module
aspose.html.dom.canvas - class
Path2D