ImagickDraw::pathLineToAbsolute

(PECL imagick 2)

ImagickDraw::pathLineToAbsoluteDraws a line path

Descrizione

public ImagickDraw::pathLineToAbsolute(float $x, float $y): bool
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

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

Elenco dei parametri

x

starting x coordinate

y

ending x coordinate

Valori restituiti

Nessun valore viene restituito.

add a note add a note

User Contributed Notes

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