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

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

x

x coordinate of the starting point

y

y coordinate of the starting point

Return Values

Void

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