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