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

導航首頁 ? 技術教程 ? PHP:imagefilledarc()的用法_GD庫圖像處理函數
全站頭部文字 我要出現在這里
PHP:imagefilledarc()的用法_GD庫圖像處理函數 815 2023-12-15   

imagefilledarc

(PHP 4 >= 4.0.6, PHP 5)

imagefilledarc — 畫一橢圓弧且填充

說明

bool imagefilledarc ( resource $image , int $cx , int $cy , int $width , int $height , int $start , int $end , int $color , int $style )

在指定的 image 上畫一橢圓弧且填充。

參數

image

由圖象創建函數(例如imagecreatetruecolor())返回的圖象資源。

cx

中間的 x 坐標。

cy

中間的 y 坐標。

width

橢圓弧的寬度。

height

橢圓弧的高度。

start

起點角度。

end

終點角度。 0° is located at the three-o'clock position, and the arc is drawn clockwise.

color

imagecolorallocate() 創建的顏色標識符。

style

值可以是下列值的按位或(OR): IMG_ARC_PIE IMG_ARC_CHORD IMG_ARC_NOFILL IMG_ARC_EDGED IMG_ARC_PIEIMG_ARC_CHORD 是互斥的;IMG_ARC_CHORD 只是用直線連接了起始和結束點,IMG_ARC_PIE 則產生圓形邊界。IMG_ARC_NOFILL 指明弧或弦只有輪廓,不填充。IMG_ARC_EDGED 指明用直線將起始和結束點與中心點相連,和 IMG_ARC_NOFILL 一起使用是畫餅狀圖輪廓的好方法(而不用填充)。

返回值

成功時返回 TRUE, 或者在失敗時返回 FALSE

范例

Example #1 創建一 3D 效果的餅狀圖

<?php

// 創建圖像
$image = imagecreatetruecolor(100, 100);

// 分配一些顏色
$white    = imagecolorallocate($image, 0xFF, 0xFF, 0xFF);
$gray     = imagecolorallocate($image, 0xC0, 0xC0, 0xC0);
$darkgray = imagecolorallocate($image, 0x90, 0x90, 0x90);
$navy     = imagecolorallocate($image, 0x00, 0x00, 0x80);
$darknavy = imagecolorallocate($image, 0x00, 0x00, 0x50);
$red      = imagecolorallocate($image, 0xFF, 0x00, 0x00);
$darkred  = imagecolorallocate($image, 0x90, 0x00, 0x00);

// 創建 3D 效果
for ($i = 60; $i > 50; $i--) {
   imagefilledarc($image, 50, $i, 100, 50, 0, 45, $darknavy, IMG_ARC_PIE);
   imagefilledarc($image, 50, $i, 100, 50, 45, 75 , $darkgray, IMG_ARC_PIE);
   imagefilledarc($image, 50, $i, 100, 50, 75, 360 , $darkred, IMG_ARC_PIE);
}

imagefilledarc($image, 50, 50, 100, 50, 0, 45, $navy, IMG_ARC_PIE);
imagefilledarc($image, 50, 50, 100, 50, 45, 75 , $gray, IMG_ARC_PIE);
imagefilledarc($image, 50, 50, 100, 50, 75, 360 , $red, IMG_ARC_PIE);


// 輸出圖像
header('Content-type: image/png');
imagepng($image);
imagedestroy($image);
?>

以上例程的輸出類似于:

注釋

Note: 此函數需要 GD 2.0.1 或更高版本(推薦 2.0.28 及更高版本)。


主站蜘蛛池模板: 红衣服| 程慕轩| 电影不扣钮的女孩| 老板娘2无间潜行| 傻少爷大结局| 《救苦经》念诵| 庆余年2演员表全部员表| 在线播放你懂| 感冒难受的图片| 林正英电影大全| 电影双面情人| 荒岛爱情免费完整版在线观看高清| 读书笔记经典常谈| 情难自禁电影| 住院吸氧是一天24小时算钱吗| 新力量电影在线观看免费| 《禁忌4》| 小班健康活动教案40篇| 怎么操女人| 张家界旅游攻略自由行攻略| 我的爷爷 电影| 尸忆在线观看完整恐怖免费| 艳妻互换| 十大臭虫图片| 美足av电影欧美日韩| 浙江卫视网络直播源| 尼基塔 电影| 贪玩的小水滴300字完整版 | 美女自卫网站| 血色樱花剧情介绍| 彼岸花电影| 祝福宝贝生日的祝福语| 张国强个人简历| 蔡欣洋| 布莱德·德尔森| 误杀2演员| 手机抖音网页版入口| 王子奇个人资料| 永远的牧歌简谱| 郑中基的电影全部作品| 欲海情缘|

!!!站長長期在線接!!!

網站、小程序:定制開發/二次開發/仿制開發等

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

站長微信:lxwl520520

站長QQ:1737366103