网站首页

>>

PHP初级教程手册


函数:PDF_rect()



PDF_rect

绘长方形。

语法: boolean pdf_rect(int pdfid, double x-koor, double y-koor, double width, double height);

返回值: 布尔值

函数种类: 特殊文件格式

内容说明

本函数用来绘制长方形。参数 pdfid 为 PDF 文件代码。参数 x-koor 与 y-koor 为长方形的左下角 X, Y 坐标。参数 width 及 height 分别为长方形的宽度及高度。

参考

PDF_stroke()  



整理: (www.phpernote.com)

[ 上一页 下一页 ]

|