Gimp.Vectors.prototype.copy

function copy(): Gimp.Vectors {
    // Gjs wrapper for gimp_vectors_copy()
}
  

Copy a vectors object.

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

Since 2.6

Returns

The newly copied vectors object.