PHP 8.3.4 Released!

Gmagick::rollimage

(PECL gmagick >= Unknown)

Gmagick::rollimageRepositionne une image

Description

public Gmagick::rollimage(int $x, int $y): Gmagick

Repositionne une image en utilisant les paramètres x et y.

Liste de paramètres

x

La position en X.

y

La position en Y.

Valeurs de retour

L'objet Gmagick en cas de succès.

Erreurs / Exceptions

Émet une exception GmagickException en cas d'erreur.

add a note

User Contributed Notes

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