ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / RenderTarget Class / DrawBitmap Method

In This Topic
    DrawBitmap Method (RenderTarget)
    In This Topic
    Draws the specified bitmap after scaling it to the size of the specified rectangle.
    Overload List
    OverloadDescription
    Draws the specified bitmap after scaling it to the size of the specified rectangle.  
    Draws the specified bitmap after scaling it to the size of the specified rectangle.  
    Draws the specified bitmap after scaling it to the size of the specified rectangle.  
    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)  
    See Also