ImagickDraw
PHP Manual

ImagickDraw::pathLineToAbsolute

(PECL imagick 2.0.0)

ImagickDraw::pathLineToAbsoluteDraws a line path

Opis

bool ImagickDraw::pathLineToAbsolute ( 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 absolute coordinates. The coordinate then becomes the new current point.

Parametry

x

starting x coordinate

y

ending x coordinate

Zwracane wartości

Nie jest zwracana żadna wartość.


ImagickDraw
PHP Manual