ImagickDraw::pathLineToRelative
(PECL imagick 2.0.0)
ImagickDraw::pathLineToRelative — Draws 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ść.
