网站首页

>>

PHP初级教程手册


函数:PDF_arc()



PDF_arc

绘弧。

语法: boolean pdf_arc(int pdfid, double x-koor, double y-koor, double radius, double start, double end);

返回值: 布尔值

函数种类: 特殊文件格式

内容说明

本函数用来绘制弧线。参数 pdfid 为 PDF 文件代码。参数 x-koor 与 y-koor 为弧的圆心 X, Y 坐标。参数 radius 为弧的半径。参数 start 与 end 分别为弧的起始和终点的角度。

参考

PDF_circle()  PDF_stroke()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|