| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
The CairoImageSurface class(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう) 導入CairoImageSurface provide the ability to render to memory buffers either allocated by cairo or by the calling code. The supported image formats are those defined in CairoFormat. クラス概要
CairoImageSurface
extends
CairoSurface
{
/* メソッド */
public static void createForData
( string
$data
, int $format
, int $width
, int $height
[, int $stride = -1
] )/* 継承したメソッド */
public void CairoSurface::createSimilar
( CairoSurface
$other
, int $content
, string $width
, string $height
)
public void CairoSurface::markDirtyRectangle
( string
}$x
, string $y
, string $width
, string $height
)目次
|
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「The CairoImageSurface class」をGoogle検索
|