The ImagickDraw class
PHP Manual

ImagickDraw::pathLineToVerticalRelative

(PECL imagick 2.0.0)

ImagickDraw::pathLineToVerticalRelativeDraws a vertical line path

Описание

bool ImagickDraw::pathLineToVerticalRelative ( float $y )
Предупреждение

Към момента тази функция не е документирана; наличен е единствено списъкът с аргументите й.

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

Параметри

y

y coordinate

Връщани стойности

Няма връщана стойност.


The ImagickDraw class
PHP Manual