网站首页

>>

PHP初级教程手册


函数:PDF_curveto()



PDF_curveto

绘贝氏曲线。

语法: boolean pdf_curveto(int pdfid, double x1, double y1, double x2, double y2, double x3, double y3);

返回值: 布尔值

函数种类: 特殊文件格式

内容说明

本函数用来绘制贝氏曲线 (Bezier curve)。参数 pdfid 为 PDF 文件代码。弧线的起点为目前处理坐标点。参数 (x1, y1) 为终点,(x2, y2) 及 (x3, y3) 为曲线的控制点。

参考

PDF_moveto()  PDF_lineto()  PDF_stroke()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|