swf_defineline
(PHP 4)
swf_defineline — 線を定義する
説明
void swf_defineline ( int objid, float x1, float y1, float x2, float y2, float width )線を定義します。
パラメータ
- objid
オブジェクト ID。
- x1
開始位置の x 座標。
- y1
開始位置の y 座標。
- x2
終了位置の x 座標。
- y2
終了位置の y 座標。
- width
線の幅。
返り値
値を返しません。
swf_defineline
There are no user contributed notes for this page.