Gimp.Vectors.remove_stroke

@accepts(Gimp.Vectors, int)
@returns(bool)
def remove_stroke(self, stroke_id):
    # Python wrapper for gimp_vectors_remove_stroke()
  

remove the stroke from a vectors object.

Remove the stroke from a vectors object.

Since 2.4

self

The vectors object.

stroke_id

The stroke ID.

Returns