Gimp.Path.stroke_close
@accepts(Gimp.Path, int)
@returns(bool)
def stroke_close(self, stroke_id):
# Python wrapper for gimp_path_stroke_close()
closes the specified stroke.
Closes the specified stroke.
Since 2.4
- self
The path object.
- stroke_id
The stroke ID.
- Returns