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.
Enable / disable memory management debugging for this Path instance. Only available if both cairoD and the cairoD user code were compiled with "debug=RefCounted"
Enable / disable memory management debugging for this Path instance. Only available if both cairoD and the cairoD user code were compiled with "debug=RefCounted"
The underlying cairo_path_t* handle
Reference counted wrapper around cairo_path_t. This struct can only be obtained from cairoD. It cannot be created manually.