La classe ImagickDraw
PHP Manual

ImagickDraw::arc

(No version information available, might be only in CVS)

ImagickDraw::arcDraws an arc

Description

bool ImagickDraw::arc ( float $sx , float $sy , float $ex , float $ey , float $sd , float $ed )
Avertissement

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

Draws an arc falling within a specified bounding rectangle on the image.

Liste de paramètres

sx

Starting x ordinate of bounding rectangle

sy

starting y ordinate of bounding rectangle

ex

ending x ordinate of bounding rectangle

ey

ending y ordinate of bounding rectangle

sd

starting degrees of rotation

ed

ending degrees of rotation

Valeurs de retour

Aucune valeur n'est retournée.


La classe ImagickDraw
PHP Manual