Gimp.Vectors.copy

@accepts(Gimp.Vectors)
@returns(Gimp.Vectors)
def copy(self):
    # Python wrapper for gimp_vectors_copy()
  

Copy a vectors object.

This procedure copies the specified vectors object and returns the copy.

Since 2.6

self

The vectors object to copy.

Returns