Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The recording surface is a surface that records all drawing operations at the highest level of the surface backend interface. The surface can then be "replayed" against any target surface by using it as a source surface.
A recording surface is logically unbounded, i.e. it has no implicit constraint on the size of the drawing surface.
Creates a recording surface with the specified content
. It can record all drawing operations at the highest level (that is, the level of paint
, mask
, stroke
, fill
and Glyph.show_text
). The surface is unbounded (no constraints on the size of the drawing surface) unless the extents
argument is provided. Copying to another surface (see set_source_surface
) will be more efficient (and sometime required) if the extents are specified when the recording surface is created.