CairoMatrix
PHP Manual

CairoMatrix::translate

cairo_translate

(PECL cairo >= 0.1.0)

CairoMatrix::translate -- cairo_translateThe translate purpose

Beschreibung

Objektorientierter Stil (method):

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

Prozeduraler Stil:

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

Description here.

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

context

Description...

x

Description...

y

Description...

tx

Description...

ty

Description...

Rückgabewerte

Description...

Beispiele

Beispiel #1 Objektorientierter Stil

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

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...

Beispiel #2 Prozeduraler Stil

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

Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:

...

Siehe auch


CairoMatrix
PHP Manual