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