The ImagickDraw class
PHP Manual

ImagickDraw::pathLineToRelative

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

ImagickDraw::pathLineToRelativeDraws a line path

Opis

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

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

Draws a line path from the current point to the given coordinate using relative coordinates. The coordinate then becomes the new current point.

Parametry

x

starting x coordinate

y

starting y coordinate

Zwracane wartości

żadna wartość nie jest zwracana.


The ImagickDraw class
PHP Manual