DrawImage Method (DeviceContext)
In This Topic
Draws an image to the device context.
Overload List
Overload | Description |
DrawImage(Effect,Point2F,InterpolationMode,CompositeMode) | Draws an image to the device context. |
DrawImage(Effect,InterpolationMode,CompositeMode) | Draws an image to the device context. |
DrawImage(Image,Point2F,InterpolationMode,CompositeMode) | Draws an image to the device context. |
DrawImage(Image,InterpolationMode,CompositeMode) | Draws an image to the device context. |
DrawImage(Image,Nullable<Point2F>,Nullable<RectF>,InterpolationMode,CompositeMode) | void ID2D1DeviceContext::DrawImage([In] ID2D1Image* image,[In, Optional] const D2D_POINT_2F* targetOffset,[In, Optional] const D2D_RECT_F* imageRectangle,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In] D2D1_COMPOSITE_MODE compositeMode) |
See Also