[ Version ( since = "2.6" ) ]
public unowned Path copy ()
Copy a path object.
This procedure copies the specified path object and returns the copy.
The new path still needs to be added to the image as this is not automatic. Add the new path with the [method@Image.insert_path] method.
| this |
The path object to copy. |
|
The newly copied path object. |