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

search for in the

swf_shapefillbitmapclip> <swf_shapecurveto3
[edit] Last updated: Fri, 24 May 2013

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

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