Gimp.Image.get_active_vectors
@accepts(Gimp.Image)
@returns(Gimp.Vectors)
def get_active_vectors(self):
# Python wrapper for gimp_image_get_active_vectors()
Returns the specified image's active vectors.
If there is an active path, its ID will be returned, otherwise, -1.
- self
The image.
- Returns