Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source Graphics object into a destination Graphics object.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Copy( _
   ByVal  As Graphics, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Drawing.Rectangle _
) 
             
        
            
            public void Copy( 
   Graphics ,
   System.Drawing.Rectangle ,
   System.Drawing.Rectangle 
)
             
        
             
        
            パラメータ
- graphics
 
- The source Graphics object.
 - destRectangle
 
- A System.Drawing.Rectangle indicates the destination rectangle.
 - srcRectangle
 
- A System.Drawing.Rectangle indicates the source rectangle.
 
            
             
            例外
| 例外 | 解説 | 
| C1.Framework.SystemErrorException | Defines an exception class to handle the system error. | 
 
            
            
            
            
            
            
            
            
            
            
            参照