Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / DeviceContext Class / DrawBitmap Method

In This Topic
    DrawBitmap Method (DeviceContext)
    In This Topic
    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 GrapeCity.Documents.DX.Direct2D.RenderTarget)
    Draws the specified bitmap after scaling it to the size of the specified rectangle. (Inherited from GrapeCity.Documents.DX.Direct2D.RenderTarget)
    Draws the specified bitmap after scaling it to the size of the specified rectangle. (Inherited from GrapeCity.Documents.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 GrapeCity.Documents.DX.Direct2D.RenderTarget)
    See Also