cairo.Surface

Undocumented in source.

Public Imports

cairo.c.types
public import cairo.c.types;
Undocumented in source.

Members

Classes

Surface
class Surface

cairo_surface_t is the abstract type representing all different drawing targets that cairo can render to. The actual drawings are performed using a cairo context.

Meta