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

search for in the

CairoContext::relCurveTo> <CairoContext::pushGroupWithContent
Last updated: Fri, 20 May 2011

view this page in

CairoContext::rectangle

cairo_rectangle

(PECL cairo >= 0.1.0)

CairoContext::rectangle -- cairo_rectangleEl propósito de rectangle

Descripción

Estilo orientado a objetos (método):

public void CairoContext::rectangle ( string $x , string $y , string $width , string $height )

Estilo procedural:

void cairo_rectangle ( CairoContext $context , string $x , string $y , string $width , string $height )

Descripción aquí.

Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Parámetros

context

Descripción...

x

Descripción...

y

Descripción...

width

Descripción...

height

Descripción...

Valores devueltos

Descripción...

Ejemplos

Example #1 Estilo orientado a objetos

<?php
/* ... */
?>

El resultado del ejemplo sería algo similar a:

...

Example #2 Estilo procedural

<?php
/* ... */
?>

El resultado del ejemplo sería algo similar a:

...

Ver también

  • Classname::Method()



add a note add a note User Contributed Notes CairoContext::rectangle
There are no user contributed notes for this page.

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