Method Cairo.TeeSurface()->create()
- 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
There are no comments to this page yet!