The ImagickDraw class
PHP Manual

ImagickDraw::pathMoveToRelative

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

ImagickDraw::pathMoveToRelativeStarts a new sub-path

Opis

bool ImagickDraw::pathMoveToRelative ( float $x , float $y )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

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

Parametry

x

target x coordinate

y

target y coordinate

Zwracane wartości

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual