チェンジセット 10
- コミット日時:
- 2007/05/21 15:12:18 (2 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
gen/as2/src/com/emzah/display/Shape.as
r9 r10 1 1 /*======================================================================*//** 2 * com.emzah Class for ActionScript 2.02 * com.emzah.display.Shape Class for ActionScript 2.0 3 3 * 4 4 * @author Copyright (c) 2007 gen:emzah.com … … 22 22 23 23 /** 24 * Shape はグラフィックをプリミティブ図形 25 * を描くためのクラス。 26 * 24 * Shape はプリミティブな図形を描くためのクラスです 25 * @data 2007/05/21 27 26 * @usage 28 27 * <code> 29 * Shape.box(mc,_x,_y,width,height,linesize,linecolor,ColorArray);30 * </code> 28 * GenShape.box(mc,xp,yp,wp,hp,lp,lcp,pc); 29 * </code> 31 30 */ 32 31 … … 441 440 442 441 } 443
