Gimp.Image.set_selected_vectors
@accepts(Gimp.Image, int, [Gimp.Vectors])
@returns(bool)
def set_selected_vectors(self, num_vectors, vectors):
# Python wrapper for gimp_image_set_selected_vectors()
Sets the specified image's selected vectors.
The vectors are set as the selected vectors in the image.
Since 3.0.0
- self
The image.
- num_vectors
The number of vectors to select.
- vectors
The list of vectors to select.
- Returns