Class Cairo.TeeSurface
- Description
Redirect input to multiple surfaces
- Inherit
Surface
inherit Surface : Surface
- Method
create
Cairo.TeeSurface Cairo.TeeSurface(
Surface
primary
)- Description
Creates a new "tee" surface.
The primary surface is used when querying surface options, like font options and extents.
Operations performed on the tee surface will be replayed on any surface added to it.
- Parameter
primary
the primary Surface