Create a Path from a existing cairo_path_t*.
Path is a reference-counted type. It will call cairo_path_destroy
when there are no more references to the path.
This means you should not destroy the cairo_path_t* manually
and you should not use cairo_path_t* anymore after you created a Path
with this constructor.
Warning:
Only use this if you know what your doing!
This function should not be needed for standard cairoD usage.
Create a Path from a existing cairo_path_t*. Path is a reference-counted type. It will call cairo_path_destroy when there are no more references to the path.
This means you should not destroy the cairo_path_t* manually and you should not use cairo_path_t* anymore after you created a Path with this constructor.
Warning: Only use this if you know what your doing! This function should not be needed for standard cairoD usage.