Copies the specified region from the specified bitmap into the current bitmap.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Sub CopyFromBitmap( _
   ByVal  As Bitmap _
) 
             
        
            
            public void CopyFromBitmap( 
   Bitmap 
)
             
        
             
        
            パラメータ
- bitmap
 
            
            戻り値の型
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.