ImagickDraw::pathMoveToRelative
PHP function
Edit on GitHub ✎
(PECL imagick 2, PECL imagick 3)
Starts a new sub-path
Description
ImagickDraw::pathMoveToRelative(float $x, float $y): bool
Func
Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate.
Parameters
xtarget x coordinate
ytarget y coordinate
Return Values
Void