downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

CairoImageSurface::getStride> <CairoImageSurface::getFormat
[edit] Last updated: Fri, 17 May 2013

view this page in

CairoImageSurface::getHeight

(PECL cairo >= 0.1.0)

CairoImageSurface::getHeightRecupera el alto del CairoImageSurface

Descripción

public int CairoImageSurface::getHeight ( void )

Este método devuelve el alto del CairoImageSurface.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Alto del objeto CairoImageSurface

Ejemplos

Ejemplo #1 Ejemplo de CairoImageSurface::getHeight()

<?php
// crea una nueva superficie de imagen
$superficie = new CairoImageSurface(CairoFormat::ARGB328050);

// obtiene el alto
var_dump($superficie->getHeight());

?>

El resultado del ejemplo sería algo similar a:

int(50)

Ver también



add a note add a note User Contributed Notes CairoImageSurface::getHeight - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites