Copies the specified region from the specified bitmap into the current bitmap.
            
            オーバーロード一覧
| オーバーロード | 解説 | 
| CopyFromBitmap(Bitmap) | Copies the specified region from the specified bitmap into the current bitmap.   | 
| CopyFromBitmap(Point2L,Bitmap) | HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect)   | 
| CopyFromBitmap(Bitmap,RectL) | HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect)   | 
| CopyFromBitmap(Point2L,Bitmap,RectL) | HRESULT ID2D1Bitmap::CopyFromBitmap([In, Optional] const D2D_POINT_2U* destPoint,[In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_U* srcRect)   | 
 
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            参照