チェンジセット 10

差分発生行の前後
無視リスト:
コミット日時:
2007/05/21 15:12:18 (2 年前)
コミッタ:
gen
ログメッセージ:

Seiza Class

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • gen/as2/src/com/emzah/display/Shape.as

    r9 r10  
    11/*======================================================================*//** 
    2 * com.emzah Class for ActionScript 2.0 
     2* com.emzah.display.Shape Class for ActionScript 2.0 
    33*  
    44* @author       Copyright (c) 2007 gen:emzah.com 
     
    2222 
    2323/** 
    24  * Shape はグラフィックをプリミティブ図形 
    25  * を描くためのクラス。 
    26  * 
     24 * Shape はプリミティブな図形を描くためのクラスです 
     25 * @data 2007/05/21 
    2726 * @usage 
    2827 * <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>  
    3130 */ 
    3231  
     
    441440      
    442441}  
    443