CairoContext
PHP Manual

CairoContext::setFillRule

cairo_set_fill_rule

(PECL cairo >= 0.1.0)

CairoContext::setFillRule -- cairo_set_fill_ruleThe setFillRule purpose

Opis

Object oriented style (method):

public void CairoContext::setFillRule ( string $setting )

Procedural style:

void cairo_set_fill_rule ( CairoContext $context , string $setting )

Description here.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

context

Description...

setting

Description...

Zwracane wartości

Description...

Przykłady

Przykład #1 Object oriented style

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

Powyższy przykład wyświetli coś podobnego do:

...

Przykład #2 Procedural style

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

Powyższy przykład wyświetli coś podobnego do:

...

Zobacz też:


CairoContext
PHP Manual