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

search for in the

CairoSurface::__construct> <CairoStatus
[edit] Last updated: Fri, 24 May 2013

view this page in

CairoSurface クラス

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

これは、他のすべてのサーフェイスクラスの基底クラスです。 CairoSurface は抽象型で、cairo が描画できるすべての描画ターゲットを表します。 実際の描画処理は CairoContext を使って行います。

クラス概要

CairoSurface {
/* メソッド */
public __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 )
}

目次



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

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