swf_definerect

(PHP 4 >= 4.0.0)

swf_definerect --  長方形を定義する

説明

void swf_definerect (int objid, float x1, float y1, float x2, float y2, float width)

swf_definerect()は長方形を定義します。 この際、左上隅の座標のxはx1、yはy1 となります。右下隅の座標のxはx2、yはy2 となります。 長方形の輪郭の幅をパラメータwidthで指定可能です。 widthが0.0の場合、長方形は塗りつぶされます。