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: Sat, 25 May 2013

view this page in

CairoImageSurface::getHeight

(PECL cairo >= 0.1.0)

CairoImageSurface::getHeightRetrieves the height of the CairoImageSurface

Açıklama

public int CairoImageSurface::getHeight ( void )

This methods returns the CairoImageSurface height.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

CairoImageSurface object height

Örnekler

Örnek 1 CairoImageSurface::getHeight() example

<?php
// creates a new image surface
$surface = new CairoImageSurface(CairoFormat::ARGB328050);

//gets the height
var_dump($surface->getHeight());

?>

Yukarıdaki örnek şuna benzer bir çıktı üretir:

int(50)

Ayrıca Bakınız



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 | sitemap | contact | advertising | mirror sites