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

search for in the

CairoContext::translate> <CairoContext::textPath
[edit] Last updated: Sun, 19 May 2013

view this page in

CairoContext::transform

cairo_transform

(PECL cairo >= 0.1.0)

CairoContext::transform -- cairo_transformThe transform purpose

Descrizione

Stile orientato agli oggetti (method):

public void CairoContext::transform ( string $matrix )

Stile procedurale:

void cairo_transform ( CairoContext $context , CairoMatrix $matrix )

Description here.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

context

Description...

matrix

Description...

Valori restituiti

Description...

Esempi

Example #1 Stile orientato agli oggetti

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

Il precedente esempio visualizzerà qualcosa simile a:

...

Example #2 Stile procedurale

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

Il precedente esempio visualizzerà qualcosa simile a:

...

Vedere anche:

  • Classname::Method()



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

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