php8.5
Home/ Manual/ imagick / imagickdraw/ ImagickDraw::setFillPatternURL

ImagickDraw::setFillPatternURL

PHP function Edit on GitHub ✎

(PECL imagick 2, PECL imagick 3)

Sets the URL to use as a fill pattern for filling objects

Description

ImagickDraw::setFillPatternURL(string $fill_url): bool

Func

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.

Parameters

fill_url

URL to use to obtain fill pattern.

Return Values

Success

Source: reference/imagick/imagickdraw/setfillpatternurl.xml · from the official PHP manual (php/doc-en)