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; somente 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

Não há valor retornado.

add a note add a note

User Contributed Notes

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