ImagickDraw::setFillPatternURL

(PECL imagick 2, PECL imagick 3)

ImagickDraw::setFillPatternURLSets the URL to use as a fill pattern for filling objects

Descrizione

public ImagickDraw::setFillPatternURL(string $fill_url): bool
Avviso

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

Sets the URL to use as a fill pattern for filling objects. Only local URLs ("#identifier") are supported at this time. These local URLs are normally created by defining a named fill pattern with DrawPushPattern/DrawPopPattern.

Elenco dei parametri

fill_url

URL to use to obtain fill pattern.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

add a note add a note

User Contributed Notes

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