[ Version ( since = "2.4" ) ]
public bool bezier_stroke_lineto (int stroke_id, double x0, double y0)
Extends a bezier stroke with a lineto.
Extends a bezier stroke with a lineto.
| this |
The path object. |
| stroke_id |
The stroke ID. |
| x0 |
The x-coordinate of the lineto. |
| y0 |
The y-coordinate of the lineto. |
|
TRUE on success. |