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

endShape()

   
Examples  
beginShape(LINE_STRIP); 
vertex(30, 20); 
vertex(85, 20); 
vertex(85, 75); 
vertex(30, 75); 
endShape(); 
Description  

endShape() 機能は、beginShape() の逆であり最後にのみよばれる。endShape()がよばれると、前によばれた前のbeginShape()によりイメージバッファーに書かれたすべてのデータが実行される。

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