cairo.Device

Undocumented in source.

Public Imports

cairo.c.types
public import cairo.c.types;

Members

Classes

Device
class Device

Devices are the abstraction Cairo employs for the rendering system used by a cairo_surface_t. You can get the device of a surface using Surface.getDevice.