PHP - Manual: ImagickDraw::pathMoveToRelative
2024-11-12
(PECL imagick 2, PECL imagick 3)
ImagickDraw::pathMoveToRelative — Starts a new sub-path
$x
, float $y
): bool本函数还未编写文档,仅有参数列表。
Starts a new sub-path at the given coordinate using relative coordinates. The current point then becomes the specified coordinate.
x
target x coordinate
y
target y coordinate
没有返回值。
官方地址:https://www.php.net/manual/en/imagickdraw.pathmovetorelative.php