downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

CairoSurface::__construct> <CairoStatus
Last updated: Fri, 20 May 2011

view this page in

La clase CairoSurface

Introducción

Esta es una clase base para todos los demás tipos de Superficie. CairoSurface es un tipo abstracto que representa todos los diferentes objetivos de dibujo que cairo puede renderizar. Los dibujos actuales se llevan a cabo usando un CairoContext.

Clases sinopsis

CairoSurface {
/* Métodos */
__construct ( void )
public void copyPage ( void )
public void createSimilar ( CairoSurface $other , int $content , string $width , string $height )
public void finish ( void )
public void flush ( void )
public int getContent ( void )
public array getDeviceOffset ( void )
public void getFontOptions ( void )
public int getType ( void )
public void markDirty ( void )
public void markDirtyRectangle ( string $x , string $y , string $width , string $height )
public void setDeviceOffset ( string $x , string $y )
public void setFallbackResolution ( string $x , string $y )
public void showPage ( void )
public int status ( void )
public void writeToPng ( string $file )
}

Table of Contents



add a note add a note User Contributed Notes CairoSurface
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites