update : 2015.11.03
php.shukuma.com검색:
|
imagesetbrush(PHP 4 >= 4.0.6, PHP 5, PHP 7) imagesetbrush — Set the brush image for line drawing 설명
bool imagesetbrush
( resource
$image
, resource $brush
)
imagesetbrush() sets the brush image to be
used by all line drawing functions (such as imageline()
and imagepolygon()) when drawing with the special
colors 반환값
성공 시 예제
Example #1 imagesetbrush() example
<?php 위 예제의 출력 예시: 주의
|