The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This documentation is archived and is not being maintained.
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