PHP Velho Oeste 2024

HaruPage::getTransMatrix

(PECL haru >= 0.0.1)

HaruPage::getTransMatrixRécupère la matrice de transformation courante de la page

Description

HaruPage::getTransMatrix ( void ) : array

Récupère la matrice de transformation courante de la page.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne la matrice de transformation courante de la page, sous la forme d'un tableau de 6 éléments : "a", "b", "c", "d", "x" and "y".

Erreurs / Exceptions

Émet une exception HaruException en cas d'erreur.

Voir aussi

  • HaruPage::concat() - Concatène la matrice de transformation courante et la matrice spécifiée

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top