[ Version ( since = "2.4" ) ]
public bool bezier_stroke_cubicto (int stroke_id, double x0, double y0, double x1, double y1, double x2, double y2)
Extends a bezier stroke with a cubic bezier spline.
Extends a bezier stroke with a cubic bezier spline.
| this |
The path object. |
| stroke_id |
The stroke ID. |
| x0 |
The x-coordinate of the first control point. |
| y0 |
The y-coordinate of the first control point. |
| x1 |
The x-coordinate of the second control point. |
| y1 |
The y-coordinate of the second control point. |
| x2 |
The x-coordinate of the end point. |
| y2 |
The y-coordinate of the end point. |
|
TRUE on success. |