La classe ImagickDraw
PHP Manual

ImagickDraw::pathMoveToRelative

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

ImagickDraw::pathMoveToRelativeStarts a new sub-path

Description

bool ImagickDraw::pathMoveToRelative ( float $x , float $y )
Avertissement

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

Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate.

Liste de paramètres

x

target x coordinate

y

target y coordinate

Valeurs de retour

Aucune valeur n'est retournée.


La classe ImagickDraw
PHP Manual