Gimp.Vectors.bezier_stroke_new_moveto

@accepts(Gimp.Vectors, float, float)
@returns(int)
def bezier_stroke_new_moveto(self, x0, y0):
    # Python wrapper for gimp_vectors_bezier_stroke_new_moveto()
  

Adds a bezier stroke with a single moveto to the vectors object.

Adds a bezier stroke with a single moveto to the vectors object.

Since 2.4

self

The vectors object.

x0

The x-coordinate of the moveto.

y0

The y-coordinate of the moveto.

Returns