(PECL imagick 2, PECL imagick 3)
ImagickDraw::setFillPatternURL — Sets the URL to use as a fill pattern for filling objects
$fill_url
): bool本函數(shù)還未編寫文檔,僅有參數(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.
fill_url
URL to use to obtain fill pattern.
成功時返回 true
, 或者在失敗時返回 false
。