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

search for in the

swf_shapecurveto> <swf_shapearc
[edit] Last updated: Fri, 17 May 2013

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 - [0 notes]
There are no user contributed notes for this page.

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