ImagickDraw::pathLineToHorizontalRelative
PHP function
Edit on GitHub ✎
(PECL imagick 2, PECL imagick 3)
Draws a horizontal line
Description
ImagickDraw::pathLineToHorizontalRelative(float $x): bool
Func
Draws a horizontal line path from the current point to the target point using relative coordinates. The target point then becomes the new current point.
Parameters
xx coordinate
Return Values
Void