Language \ Environment \ Comparison
 
Index
 
  Processing 1.0 _ALPHAリファレンスは開発途中である。
もしエラーやコメントがあれば、reas at groupc.netへメールして下さい。
Name  

copy()

   
Examples  
BImage cp; 
noStroke(); 
rect(40, 10, 20, 80); 
rect(10, 40, 80, 20); 
cp = copy(); 
image(cp, 0, 0, 50, 50); 
Description  

ディスプレーウィンドウの内容を他のBImageにコピーする。

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