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

height

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

 

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

 

   
Syntax  
height
   
Usage   Web & Application
   
Related   width
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