update : 2015.11.03
php.shukuma.com검색:
|
The CairoImageSurface class(PECL cairo >= 0.1.0) 소개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
)Table of Contents
|