cairo.RecordingSurface

Undocumented in source.

Public Imports

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

Members

Classes

RecordingSurface
class RecordingSurface

A recording surface is a surface that records all drawing operations at the highest level of the surface backend interface, (that is, the level of paint, mask, stroke, fill, and show_text_glyphs). The recording surface can then be "replayed" against any target surface by using it as a source surface.