ComponentOne Bitmap for WPF
DrawBitmap Method (DeviceContext)

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DeviceContext Class : DrawBitmap Method
Draws the bitmap.
Overload List
OverloadDescription
Draws the bitmap.  
Draws the bitmap.  
Draws the bitmap.  
void ID2D1DeviceContext::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle,[In, Optional] const D2D_MATRIX_4X4_F* perspectiveTransform)  
Draws the specified bitmap after scaling it to the size of the specified rectangle. (Inherited from C1.Util.DX.Direct2D.RenderTarget)
Draws the specified bitmap after scaling it to the size of the specified rectangle. (Inherited from C1.Util.DX.Direct2D.RenderTarget)
Draws the specified bitmap after scaling it to the size of the specified rectangle. (Inherited from C1.Util.DX.Direct2D.RenderTarget)
void ID2D1RenderTarget::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_BITMAP_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle) (Inherited from C1.Util.DX.Direct2D.RenderTarget)
See Also

Reference

DeviceContext Class
DeviceContext Members