ImagickDraw::pathLineToAbsolute()
ImagickDraw::pathLineToAbsolute - Draws a line path
Syntax
bool ImagickDraw::pathLineToAbsolute (
float $x,
float $y)
Arguments
- x - starting x coordinate
- y - ending x coordinate
Description
Draws a line path from the current point to the given coordinate using absolute coordinates. The coordinate then becomes the new current point.
Version
PHP PECL imagick 2.0.0
Return value
No value is returned.