Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: cpdf_arc - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net

search for in the

cpdf_begin_text" width="11" height="7"/> <cpdf_add_outline
Last updated: Tue, 31 Oct 2006
view this page in

cpdf_arc

(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)

cpdf_arc -- 円弧を描く

説明

bool cpdf_arc ( int pdf_document, float x_coor, float y_coor, float radius, float start, float end [, int mode] )

cpdf_arc() 関数は、 (x_coor, y_coor) を中心として半径 radius、 角度 start から、角度 end までの円弧を描きます。 成功した場合に TRUE を、失敗した場合に FALSE を返します。

オプションのパラメータ mode は単位長さを定義します。この値が 0 または値が 省略された場合、このページで指定されたデフォルト値が使用されます。 それ以外の場合、カレントのユニットを無視してポストスクリプトのポイント で座標が計測されます。

cpdf_circle() も参照ください。



add a note add a note User Contributed Notes
cpdf_arc
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites