quadratic_curve_to method
quadratic_curve_to
Adds a quadratic Bézier curve segment to the path.
def quadratic_curve_to(self, control_point_x, control_point_y, end_point_x, end_point_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. |
end_point_x | float | The x-coordinate of the destination point. |
end_point_y | float | The y-coordinate of the destination point. |
See Also
- module
aspose.svg.rendering
- class
IPath