インフォ FAQ
言語 環境比較
 
Index
 
  Processing 1.0 _ALPHAリファレンスは開発途中である。
もしエラーやコメントがあれば、reas at groupc.netへメールして下さい。
Name  

width

   
Examples  
noStroke(); 
background(0); 
rect(0, 40, width, 20); 
rect(0, 60, width/2, 20); 
Description  

ディスプレーの長さをもったシステム変数。この値は、size()機能の最初のパラメータによって設定される。例えば、size(320, 240)の機能がよばれるとwidth変数は値320に設定される。

 

   
Syntax  
width
   
Usage   Web & Application
   
Related   height
BImage
BVideo
   
© 2004- 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas