函数: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 分别为弧的起始和终点的角度。
整理: (www.phpernote.com)
|