ID2D1DeviceContext::DrawImage methods

Draws an image to the device context.

Overload list

Method Description
DrawImage (ID2D1Image*, D2D1_POINT_2F *, D2D1_RECT_F *, D2D1_INTERPOLATION_MODE, D2D1_COMPOSITE_MODE) Draws an image to the device context.
DrawImage (ID2D1Image*, D2D1_POINT_2F *, D2D1_RECT_F &, D2D1_INTERPOLATION_MODE, D2D1_COMPOSITE_MODE) Draws an image to the device context.
DrawImage (ID2D1Effect*, D2D1_POINT_2F *, D2D1_RECT_F *, D2D1_INTERPOLATION_MODE, D2D1_COMPOSITE_MODE) Draws an image to the device context.
DrawImage (ID2D1Image*, D2D1_INTERPOLATION_MODE, D2D1_COMPOSITE_MODE) Draws an image to the device context.
DrawImage (ID2D1Effect*, D2D1_INTERPOLATION_MODE, D2D1_COMPOSITE_MODE) Draws an image to the device context.
DrawImage (ID2D1Image*, D2D1_POINT_2F *, D2D1_INTERPOLATION_MODE, D2D1_COMPOSITE_MODE) Draws an image to the device context.
DrawImage (ID2D1Effect*, D2D1_POINT_2F *, D2D1_INTERPOLATION_MODE, D2D1_COMPOSITE_MODE) Draws an image to the device context.
DrawImage (ID2D1Effect*, D2D1_POINT_2F, D2D1_RECT_F&, D2D1_INTERPOLATION_MODE, D2D1_COMPOSITE_MODE) Draws an image to the device context.

See also

ID2D1DeviceContext