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: swf_shapecurveto - Manual
[go: Go Back, main page]

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

search for in the

swf_shapefillbitmapclip" width="11" height="7"/> <swf_shapecurveto3
Last updated: Mon, 05 Feb 2007

view this page in

swf_shapecurveto

(PHP 4)

swf_shapecurveto — 二点間に二次ベジエ曲線を描画する

説明

void swf_shapecurveto ( float x1, float y1, float x2, float y2 )

現在の位置から、指定したふたつの点を使用して二次ベジエ曲線を描画します。

その後、現在の位置は x2 および y2 が指す場所となります。

パラメータ

x1

最初の点の x 座標。

y1

最初の点の y 座標。

x2

二番目の点の x 座標。

y2

二番目の点の y 座標。

返り値

値を返しません。



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

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