DrawBitmap Method (RenderTarget)
In This Topic
Draws the specified bitmap after scaling it to the size of the specified rectangle.
Overload List
Overload | Description |
DrawBitmap(Bitmap,Single,BitmapInterpolationMode) | Draws the specified bitmap after scaling it to the size of the specified rectangle. |
DrawBitmap(Bitmap,RectF,Single,BitmapInterpolationMode) | Draws the specified bitmap after scaling it to the size of the specified rectangle. |
DrawBitmap(Bitmap,Single,BitmapInterpolationMode,RectF) | Draws the specified bitmap after scaling it to the size of the specified rectangle. |
DrawBitmap(Bitmap,Nullable<RectF>,Single,BitmapInterpolationMode,Nullable<RectF>) | 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) |
See Also