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

noFill()

   
Examples  
rect(15, 10, 55, 55); 
noFill(); 
rect(30, 20, 55, 55); 
Description  

幾何学図を塗りつぶせなくする。もしnoStroke()noFill() の両方がよばれるとスクリーンには何も描かれない。

 

   
Syntax  
noFill()
   
Returns   なし
   
Usage   Web & Application
   
Related   fill()
   
© 2004- 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas