ImagickDraw::pathLineToAbsolute
PHP function
Edit on GitHub ✎
(PECL imagick 2)
Draws a line path
Description
ImagickDraw::pathLineToAbsolute(float $x, float $y): bool
Func
Draws a line path from the current point to the given coordinate using absolute coordinates. The coordinate then becomes the new current point.
Parameters
xstarting x coordinate
yending x coordinate
Return Values
Void