Manuel PHP
ImagickDraw::setFillPatternURL
(No version information available, might be only in CVS)
ImagickDraw::setFillPatternURL — Sets the URL to use as a fill pattern for filling objects
Description
bool ImagickDraw::setFillPatternURL
( string $fill_url
)
Avertissement
Cette fonction n'est pas documentée et seule la liste des arguments est disponible.
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.
Liste de paramètres
- fill_url
-
URL to use to obtain fill pattern.
Valeurs de retour
Cette fonction retourne TRUE en cas de succès, FALSE en cas d'échec.
Remonter 
