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

ImagickDraw::pathLineToHorizontalAbsolute

PHP function Edit on GitHub ✎

(PECL imagick 2, PECL imagick 3)

Draws a horizontal line path

Description

ImagickDraw::pathLineToHorizontalAbsolute(float $x): bool

Func

Draws a horizontal line path from the current point to the target point using absolute coordinates. The target point then becomes the new current point.

Parameters

x

x coordinate

Return Values

Void

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