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

search for in the

CairoContext::fontExtents> <CairoContext::fillExtents
Last updated: Fri, 20 May 2011

view this page in

CairoContext::fillPreserve

cairo_fill_preserve

(PECL cairo >= 0.1.0)

CairoContext::fillPreserve -- cairo_fill_preserveRellena y conserva el trazado actual

Descripción

Estilo orientado a objetos (método):

public void CairoContext::fillPreserve ( void )

Estilo procedural:

void cairo_fill_preserve ( CairoContext $context )

Un operador de dibujo que rellena el trazado actual según la actual CairoFillRule, (cada subtrazado se cierra implícitamente antes de ser rellenado). A diferencia de CairoContext::fill(), CairoContext::fillPreserve() (Procedural cairo_fill(), cairo_fill_preserve(), respectivamente) conserva el trazado dentro del Context.

Parámetros

context

Un objeto CairoContext válido creado con CairoContext::__construct() o cairo_create()

Valores devueltos

No devuelve ningún valor.

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



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

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