ImagickDraw::setFillPatternURL

(PECL imagick 2, PECL imagick 3)

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

說(shuō)明

public ImagickDraw::setFillPatternURL(string $fill_url): bool
警告

本函數(shù)還未編寫(xiě)文檔,僅有參數(shù)列表。

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.

參數(shù)

fill_url

URL to use to obtain fill pattern.

返回值

成功時(shí)返回 true, 或者在失敗時(shí)返回 false。