Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ID2D1RenderTarget::CreateBitmap methods

Creates a Direct2D bitmap.

Overload list

MethodDescription
CreateBitmap(D2D1_SIZE_U,D2D1_BITMAP_PROPERTIES&,ID2D1Bitmap**)

Creates an uninitialized Direct2D bitmap.

CreateBitmap(D2D1_SIZE_U,void*,UINT32,D2D1_BITMAP_PROPERTIES*,ID2D1Bitmap**)

Creates a Direct2D bitmap from a pointer to in-memory source data.

CreateBitmap(D2D1_SIZE_U,void*,UINT32,D2D1_BITMAP_PROPERTIES&,ID2D1Bitmap**)

Creates a Direct2D bitmap from a pointer to in-memory source data.

Requirements

Library

D2d1.lib

DLL

D2d1.dll

See also

ID2D1RenderTarget

 

 

Show:
© 2017 Microsoft