downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

ImagickDraw::pathLineToVerticalAbsolute> <ImagickDraw::pathLineToHorizontalRelative
[edit] Last updated: Fri, 30 Nov 2012

view this page in

ImagickDraw::pathLineToRelative

(PECL imagick 2.0.0)

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

Nie jest zwracana żadna wartość.



add a note add a note User Contributed Notes ImagickDraw::pathLineToRelative - [1 notes]