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

ImagickDraw::pathLineToVerticalAbsolute

PHP function Edit on GitHub ✎

(PECL imagick 2, PECL imagick 3)

Draws a vertical line

Description

ImagickDraw::pathLineToVerticalAbsolute(float $y): bool

Func

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

Parameters

y

y coordinate

Return Values

Void

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