In This Topic
Creates a Direct2D bitmap from a pointer to in-memory source data.
Overload List
Overload | Description |
Create(DeviceContext,Size2L) | Creates a Direct2D bitmap from a pointer to in-memory source data. |
Create(DeviceContext,Size2L,BitmapProperties1) | Creates a Direct2D bitmap from a pointer to in-memory source data. |
Create(DeviceContext,Size2L,DataStream,Int32) | Creates a Direct2D bitmap from a pointer to in-memory source data. |
Create(DeviceContext,Size2L,DataStream,Int32,BitmapProperties1) | Creates a Direct2D bitmap from a pointer to in-memory source data. |
Create(DeviceContext,Surface) | Creates an Bitmap whose data is shared with another resource. |
Create(DeviceContext,Surface,BitmapProperties1) | Creates an Bitmap whose data is shared with another resource. |
Create(DeviceContext,BitmapSource) | Creates a Bitmap from a wic bitmap. |
Create(DeviceContext,BitmapSource,BitmapProperties1) | Creates a Bitmap from a wic bitmap. |
See Also