Gimp.Path.remove_stroke
@accepts(Gimp.Path, int)
@returns(bool)
def remove_stroke(self, stroke_id):
# Python wrapper for gimp_path_remove_stroke()
remove the stroke from a path object.
Remove the stroke from a path object.
Since 2.4
- self
The path object.
- stroke_id
The stroke ID.
- Returns