Gimp.Vectors.stroke_close

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

closes the specified stroke.

Closes the specified stroke.

Since 2.4

self

The vectors object.

stroke_id

The stroke ID.

Returns