[ Version ( since = "2.4" ) ]
public int bezier_stroke_new_moveto (double x0, double y0)
Adds a bezier stroke with a single moveto to the path object.
Adds a bezier stroke with a single moveto to the path object.
| this |
The path object. |
| x0 |
The x-coordinate of the moveto. |
| y0 |
The y-coordinate of the moveto. |
|
The resulting stroke. |