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

search for in the

swf_shapecurveto> <swf_shapearc
Last updated: Fri, 13 Nov 2009

view this page in

swf_shapecurveto3

(PHP 4)

swf_shapecurveto3三次ベジエ曲線を描画する

説明

void swf_shapecurveto3 ( float $x1 , float $y1 , float $x2 , float $y2 , float $x3 , float $y3 )

指定した座標を使用して、三次ベジエ曲線を描画します。

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

パラメータ

x1

最初の曲線外制御点の x 座標。

y1

最初の曲線外制御点の y 座標。

x2

二番目の曲線外制御点の x 座標。

y2

二番目の曲線外制御点の y 座標。

x3

終点の x 座標。

y3

終点の y 座標。

返り値

値を返しません。

参考



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

swf_shapecurveto> <swf_shapearc
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites