ImagickDraw
PHP Manual

ImagickDraw::setFillPatternURL

(PECL imagick 2.0.0)

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

Descrizione

bool ImagickDraw::setFillPatternURL ( string $fill_url )
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.


ImagickDraw
PHP Manual