Gimp.Vectors.get_strokes
@accepts(Gimp.Vectors, int)
@returns([gint32])
def get_strokes(self, num_strokes):
# Python wrapper for gimp_vectors_get_strokes()
List the strokes associated with the passed path.
Returns an Array with the stroke-IDs associated with the passed path.
Since 2.4
- self
The vectors object.
- num_strokes
The number of strokes returned.
- Returns