[ top ] [ prev ] [ up ] [ next ]
Phi::Rect
四角形
class methods
  - new : Phi::Rect
  
- 
  新たに四角形を作る。
  
 
methods
  - to_s : String
  
- 
  文字列表記
  
 
properties
  - left : Fixnum
  
- 
  左の水平座標
  
 
 
- top : Fixnum
  
- 
  上の垂直座標
  
 
 
- right : Fixnum
  
- 
  右の水平座標
  
 
 
- bottom : Fixnum
  
- 
  下の垂直座標
  
 
 
- top_left : Phi::Point
  
- 
  左上の座標
  
 
 
- bottom_right : Phi::Point
  
- 
  右下の座標
[ top ] [ prev ] [ up ] [ next ]