|
CairoImageSurface::getWidthRetrieves the width of the CairoImageSurface Description
public int CairoImageSurface::getWidth
( void
)
Gets the width of the CairoImageSurface ParametersThis function has no parameters. Return ValuesReturns the width of the CairoImageSurface object Examples
Example #1 CairoImageSurface::getWidth example
<?php The above example will output something similar to: int(80) See Also
|