CAIROSURFACE(3) 1 CAIROSURFACE(3)
The CairoSurface class
INTRODUCTION
This is the base-class for all other Surface types. CairoSurface is the abstract type representing all different drawing targets that
cairo can render to. The actual drawings are performed using a CairoContext.
CLASS SYNOPSIS
CairoSurface
CairoSurface
Methods
o public CairoSurface::__construct (void )
o public void CairoSurface::copyPage (void )
o public void CairoSurface::createSimilar (CairoSurface $other, int $content, string $width, string $height)
o public void CairoSurface::finish (void )
o public void CairoSurface::flush (void )
o public int CairoSurface::getContent (void )
o public array CairoSurface::getDeviceOffset (void )
o public void CairoSurface::getFontOptions (void )
o public int CairoSurface::getType (void )
o public void CairoSurface::markDirty (void )
o public void CairoSurface::markDirtyRectangle (string $x, string $y, string $width, string $height)
o public void CairoSurface::setDeviceOffset (string $x, string $y)
o public void CairoSurface::setFallbackResolution (string $x, string $y)
o public void CairoSurface::showPage (void )
o public int CairoSurface::status (void )
o public void CairoSurface::writeToPng (string $file)
PHP Documentation Group CAIROSURFACE(3)