array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'imagickdraw.setfillpatternurl.php', 1 => 'ImagickDraw::setFillPatternURL', 2 => 'Sets the URL to use as a fill pattern for filling objects', ), 'up' => array ( 0 => 'class.imagickdraw.php', 1 => 'ImagickDraw', ), 'prev' => array ( 0 => 'imagickdraw.setfillopacity.php', 1 => 'ImagickDraw::setFillOpacity', ), 'next' => array ( 0 => 'imagickdraw.setfillrule.php', 1 => 'ImagickDraw::setFillRule', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagickdraw/setfillpatternurl.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

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.