ImagickDraw::pathLineToVerticalRelative
PHP function
Edit on GitHub ✎
(PECL imagick 2, PECL imagick 3)
Draws a vertical line path
Description
ImagickDraw::pathLineToVerticalRelative(float $y): bool
Func
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.
Parameters
yy coordinate
Return Values
Void