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

search for in the

CairoContext::relCurveTo> <CairoContext::pushGroupWithContent
[edit] Last updated: Fri, 24 May 2013

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 por procedimientos:

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

Descripción aquí.

Advertencia

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

Ejemplo #1 Estilo orientado a objetos

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

El resultado del ejemplo sería algo similar a:

...

Ejemplo #2 Estilo por procedimientos

<?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 - [0 notes]
There are no user contributed notes for this page.

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