
Druckansicht von http://www.php-homepage.de/manual/class.cairoimagesurface.php
The CairoImageSurface class(No version information available, might only be in SVN) EinführungCairoImageSurface 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. Klassenbeschreibung
CairoImageSurface
extends
CairoSurface
{
/* Methoden */
public static void createForData
( string
$data
, int $format
, int $width
, int $height
[, int $stride = -1
] )/* Geerbte Methoden */
public void CairoSurface::createSimilar
( CairoSurface
$other
, int $content
, string $width
, string $height
)
public void CairoSurface::markDirtyRectangle
( string
}$x
, string $y
, string $width
, string $height
)Inhaltsverzeichnis
|