PHP 8.3.4 Released!

ImagickDraw::pathLineToHorizontalRelative

(PECL imagick 2, PECL imagick 3)

ImagickDraw::pathLineToHorizontalRelativeDraws a horizontal line

Descrição

public ImagickDraw::pathLineToHorizontalRelative(float $x): bool
Aviso

Esta função não está documentada; apenas a lista de argumentos está disponível.

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

Parâmetros

x

x coordinate

Valor Retornado

Nenhum valor é retornado.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top