«

PHP:imagesetbrush()的用法

时间:2024-3-1 21:52     作者:韩俊     分类: PHP


imagesetbrush

(PHP 5 >= 5.5.0)

imagesetbrush — 设定画线用的画笔图像

<h3>说明</h3>
 bool <strong>imagesetbrush</strong>
  ( resource <code>$image</code>
 , resource <code>$brush</code>
 )
<p>
 当用特殊的颜色 IMG_COLOR_BRUSHED 或
 IMG_COLOR_STYLEDBRUSHED
 绘画时,<strong>imagesetbrush()</strong>
 设定了所有画线的函数(例如 imageline()
 和 imagepolygon())所使用的画笔图像。【注:使用画笔图像,所画的线是由
 <code>brush</code> 所代表的图像构成的。请参考并尝试运行
 imagesetstyle() 中的例子以帮助理解。】
</p>
<p><strong>Note</strong>:
 <p>
  使用完画笔图像后不需要采取什么特殊动作。但如果销毁了画笔图像,在设定一个新的画笔图像之前不能使用
  IMG_COLOR_BRUSHED 或
  IMG_COLOR_STYLEDBRUSHED!
 </p>
</p>
<p><strong>Note</strong>:
 <p>
  本函数是 PHP 4.0.6 添加的。
 </p>
</p>

标签: php php教程

热门推荐