ID2D1DeviceContext.CreateBitmap

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HRESULT CreateBitmap(D2D1_SIZE_U size, const(void)* sourceData, UINT32 pitch, const(D2D1_BITMAP_PROPERTIES1)* bitmapProperties, ID2D1Bitmap1* bitmap)
  2. HRESULT CreateBitmap(D2D1_SIZE_U size, const(void*) srcData, UINT32 pitch, const(D2D1_BITMAP_PROPERTIES)* bitmapProperties, ID2D1Bitmap* bitmap)
  3. HRESULT CreateBitmap(D2D1_SIZE_U size, const(void)* sourceData, UINT32 pitch, D2D1_BITMAP_PROPERTIES1 bitmapProperties, ID2D1Bitmap1 bitmap)
    interface ID2D1DeviceContext
    extern (Windows) final
    HRESULT
    CreateBitmap

Meta