php8.5
Home/ Manual/ imagick / imagickdraw/ ImagickDraw::pathMoveToRelative

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

x

target x coordinate

y

target y coordinate

Return Values

Void

Source: reference/imagick/imagickdraw/pathmovetorelative.xml · from the official PHP manual (php/doc-en)