imagick_drawellipse

(PECL)

imagick_drawellipse -- Draw ellipse

Description

bool imagick_drawellipse ( resource image, float x, float y, float radius_x, float radius_y, float start_rot, float end_rot )

Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Liste de paramètres

image

Image handle

x

Origin x ordinate

y

Origin y ordinate

radius_x

Radius in x

radius_y

Radius in y

start_rot

Starting rotation in degrees

end_rot

Ending rotation in degrees

Valeurs de retour

Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.