Create a Region from a existing cairo_region_t*. Context is a garbage collected class. It will call cairo_region_destroy when it gets collected by the GC or when dispose() is called.
A destructor is present on this object, but not explicitly documented in the source.
Constructor that tracks the reference count appropriately. If !refCountedIsInitialized, does nothing.
Method for use in subclasses. Calls cairo_region_status(nativePointer) and throws an exception if the status isn't CAIRO_STATUS_SUCCESS
Explicitly drecrease the reference count.
Assignment operator
Create a new, empty region
Enable / disable memory management debugging for this Context instance. Only available if both cairoD and the cairoD user code were compiled with "debug=RefCounted"
The underlying cairo_t* handle