ID2D1DeviceContext::DrawBitmap methods

Draws a bitmap to the render target.

Overload list

Method Description
DrawBitmap (ID2D1Bitmap*, D2D1_RECT_F*, FLOAT, D2D1_INTERPOLATION_MODE, D2D1_RECT_F*, D2D1_MATRIX_4X4_F*) Draws a bitmap to the render target.
DrawBitmap (ID2D1Bitmap*, D2D1_RECT_F&, FLOAT, D2D1_INTERPOLATION_MODE, D2D1_RECT_F*, D2D1_MATRIX_4X4_F*) Draws a bitmap to the render target.
DrawBitmap (ID2D1Bitmap*, D2D1_RECT_F&, FLOAT, D2D1_INTERPOLATION_MODE, D2D1_RECT_F&, D2D1_MATRIX_4X4_F*) Draws a bitmap to the render target.
DrawBitmap (ID2D1Bitmap*, D2D1_RECT_F&, FLOAT, D2D1_INTERPOLATION_MODE, D2D1_RECT_F&, D2D1_MATRIX_4X4_F&) Draws a bitmap to the render target.

See also

ID2D1DeviceContext