quadratic_curve_to method
quadratic_curve_to
Adds a quadratic Bézier curve to the current path.
def quadratic_curve_to(self, control_point_x, control_point_y, x, y):
...
Parameter | Type | Description |
---|---|---|
control_point_x | float | The x-coordinate of the control point. |
control_point_y | float | The y-coordinate of the control point. |
x | float | The x-coordinate of the ending point. |
y | float | The y-coordinate of the ending point. |
See Also
- module
aspose.svg.rendering
- class
ICanvas