Gimp.Vectors.get_by_id
@accepts(gint32)
@returns(Gimp.Vectors)
def get_by_id(vectors_id):
# Python wrapper for gimp_vectors_get_by_id()
Returns a Gimp.Vectors representing vectors_id. This function calls Gimp.Item.get_by_id and returns the item if it is vectors or None otherwise.
Since 3.0
- vectors_id
The vectors id.
- Returns