成人精品一区二区三区中文字幕-成人精品一区二区三区-成人精品一级毛片-成人精品亚洲-日本在线视频一区二区-日本在线视频免费

導(dǎo)航首頁 ? 技術(shù)教程 ? PHP:imagepolygon()的用法_GD庫圖像處理函數(shù)
全站頭部文字 我要出現(xiàn)在這里
PHP:imagepolygon()的用法_GD庫圖像處理函數(shù) 816 2023-12-15   

imagepolygon

(PHP 4, PHP 5)

imagepolygon — 畫一個(gè)多邊形

說明

bool imagepolygon ( resource $image , array $points , int $num_points , int $color )

imagepolygon() 在圖像中創(chuàng)建一個(gè)多邊形。points 是一個(gè) PHP 數(shù)組,包含了多邊形的各個(gè)頂點(diǎn)坐標(biāo),即 points[0] = x0,points[1] = y0,points[2] = x1,points[3] = y1,以此類推。num_points 是頂點(diǎn)的總數(shù)。

Example #1 imagepolygon() 例子

<?php
// create a blank image
$image = imagecreatetruecolor(400, 300);

// fill the background color
$bg = imagecolorallocate($image, 0, 0, 0);

// choose a color for the polygon
$col_poly = imagecolorallocate($image, 255, 255, 255);

// draw the polygon
imagepolygon($image,
             array (
                    0, 0,
                    100, 200,
                    300, 200
             ),
             3,
             $col_poly);

// output the picture
header("Content-type: image/png");
imagepng($image);

?>

參見 imagecreate() 和 imagecreatetruecolor()。


主站蜘蛛池模板: 伊利奶粉哪个系列最好| 古风男头| 流萤美图| 我这一辈子电影| 晋中电视台| 加入社团的个人简历怎么写| 豪门本色| 2025微信头像最新版本| 能哥| 安多卫视直播在线观看| 二年级我是谁课文| 男同性网站| 苏晓电视剧叫什么名字的| 回到黑暗 电影| 青山知可子冲绳草莽英雄1969| 花落花开电影| 单人情侣头像| 爱情公寓海报| 绝对权力全集免费观看| 吻戏韩国电影| 牛梦尧| 甄嬛传演员表| 逐步爱上你| 曼娜回忆录高清视频播放| 徐宝麟| 感恩简谱钟丽燕| 金太狼的幸福生活电影演员表介绍| 山西少儿频道| 被主人调教| 陈若| 罪孽天使| 四年级上册第七课的生字拼音| 妻子的秘密按摩电影| 塞下曲景然伶儿| 唐瑞宏| 日本电影芋虫| 急售二室一厅16万元一层楼| 104房间| 罗马之战| 网页版抖音| 飞龙猛将演员表|

?。?!站長(zhǎng)長(zhǎng)期在線接!??!

網(wǎng)站、小程序:定制開發(fā)/二次開發(fā)/仿制開發(fā)等

各種疑難雜癥解決/定制接口/定制采集等

站長(zhǎng)微信:lxwl520520

站長(zhǎng)QQ:1737366103