|
CairoImageSurface::getHeightRetrieves the height of the CairoImageSurface Description
public int CairoImageSurface::getHeight
( void
)
This methods returns the CairoImageSurface height. ParametersThis function has no parameters. Return ValuesCairoImageSurface object height Examples
Example #1 CairoImageSurface::getHeight example
<?php The above example will output something similar to: int(50) See Also
|