Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 3.52 KB

id2d1rendertarget-createbitmapfromwicbitmap.md

File metadata and controls

70 lines (43 loc) · 3.52 KB
title description ms.assetid keywords topic_type api_location api_type ms.topic ms.date api_name
ID2D1RenderTarget CreateBitmapFromWicBitmap methods
Creates an ID2D1Bitmap by copying the specified Microsoft Windows Imaging Component (WIC) bitmap.
463fc2f9-8ec6-47e8-8d48-a9015616e656
CreateBitmapFromWicBitmap methods Direct2D
apiref
D2d1.dll
DllExport
reference
05/31/2018

ID2D1RenderTarget::CreateBitmapFromWicBitmap methods

Creates an ID2D1Bitmap by copying the specified Microsoft Windows Imaging Component (WIC) bitmap.

Overload list

Method Description
CreateBitmapFromWicBitmap(IWICBitmapSource*,ID2D1Bitmap**) Creates an ID2D1Bitmap by copying the specified Microsoft Windows Imaging Component(WIC) bitmap.
CreateBitmapFromWicBitmap(IWICBitmapSource*,D2D1_BITMAP_PROPERTIES&,ID2D1Bitmap**) Creates an ID2D1Bitmap by copying the specified Microsoft Windows Imaging Component (WIC) bitmap.
CreateBitmapFromWicBitmap(IWICBitmapSource*,D2D1_BITMAP_PROPERTIES*,ID2D1Bitmap**) Creates an ID2D1Bitmap by copying the specified Microsoft Windows Imaging Component (WIC) bitmap.

Remarks

Before Direct2D can load a WIC image, it must be converted to a supported pixel format and alpha mode. For a list of supported pixel formats and alpha modes, see Supported Pixel Formats and Alpha Modes.

Examples

For examples, see How to Load a Bitmap from a File and How to Load a Bitmap from a Resource.

Requirements

Requirement Value
Library
D2d1.lib
DLL
D2d1.dll

See also

ID2D1RenderTarget

ID2D1Bitmap

How to Load a Bitmap from a File

Supported Pixel Formats and Alpha Modes