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

search for in the

CairoContext::fontExtents> <CairoContext::fillExtents
[edit] Last updated: Fri, 07 Jun 2013

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

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

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



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

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