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

search for in the

CairoOperator> <CairoMatrix::transformPoint
[edit] Last updated: Tue, 21 May 2013

view this page in

CairoMatrix::translate

cairo_translate

(PECL cairo >= 0.1.0)

CairoMatrix::translate -- cairo_translateThe translate purpose

Descrizione

Stile orientato agli oggetti (method):

public void CairoMatrix::translate ( string $tx , string $ty )

Stile procedurale:

void cairo_translate ( CairoContext $context , string $x , string $y )

Description here.

Avviso

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

Elenco dei parametri

context

Description...

x

Description...

y

Description...

tx

Description...

ty

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

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