|
PHP5中文手册
imagesetbrush(PHP 4 >= 4.0.6, PHP 5) imagesetbrush — 设定画线用的画笔图像 说明
bool imagesetbrush
( resource $image
, resource $brush
)
当用特殊的颜色 IMG_COLOR_BRUSHED 或 IMG_COLOR_STYLEDBRUSHED 绘画时,imagesetbrush() 设定了所有画线的函数(例如 imageline() 和 imagepolygon())所使用的画笔图像。【注:使用画笔图像,所画的线是由 brush 所代表的图像构成的。请参考并尝试运行 imagesetstyle() 中的例子以帮助理解。】
|