CairoStatus
CairoSurface::__construct
Cairo
PHP Manual
The CairoSurface class
導入
Description of the class.
クラス概要
CairoSurface
CairoSurface
{
/* Methods */
__construct
(
void
)
public
void
copyPage
(
void
)
public
void
createSimilar
(
string
$content
,
string
$width
,
string
$height
)
public
void
finish
(
void
)
public
void
flush
(
void
)
public
void
getContent
(
void
)
public
void
getDeviceOffset
(
void
)
public
void
getFontOptions
(
void
)
public
void
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
void
status
(
void
)
public
void
writeToPng
(
string
$file
)
}
目次
CairoSurface::__construct
? The __construct purpose
CairoSurface::copyPage
? The copyPage purpose
CairoSurface::createSimilar
? The createSimilar purpose
CairoSurface::finish
? The finish purpose
CairoSurface::flush
? The flush purpose
CairoSurface::getContent
? The getContent purpose
CairoSurface::getDeviceOffset
? The getDeviceOffset purpose
CairoSurface::getFontOptions
? The getFontOptions purpose
CairoSurface::getType
? The getType purpose
CairoSurface::markDirty
? The markDirty purpose
CairoSurface::markDirtyRectangle
? The markDirtyRectangle purpose
CairoSurface::setDeviceOffset
? The setDeviceOffset purpose
CairoSurface::setFallbackResolution
? The setFallbackResolution purpose
CairoSurface::showPage
? The showPage purpose
CairoSurface::status
? The status purpose
CairoSurface::writeToPng
? The writeToPng purpose
CairoStatus
CairoSurface::__construct
Cairo
PHP Manual