bezier_stroke_new_moveto


Description:

[ 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.

Parameters:

this

The path object.

x0

The x-coordinate of the moveto.

y0

The y-coordinate of the moveto.

Returns:

The resulting stroke.