Gimp.Vectors.bezier_stroke_lineto

@accepts(Gimp.Vectors, int, float, float)
@returns(bool)
def bezier_stroke_lineto(self, stroke_id, x0, y0):
    # Python wrapper for gimp_vectors_bezier_stroke_lineto()
  

Extends a bezier stroke with a lineto.

Extends a bezier stroke with a lineto.

Since 2.4

self

The vectors object.

stroke_id

The stroke ID.

x0

The x-coordinate of the lineto.

y0

The y-coordinate of the lineto.

Returns