ID2D1DeviceContext.CreateBitmap

<summary> Creates a bitmap with extended bitmap properties, potentially from a block of memory. </summary>

  1. HRESULT CreateBitmap(D2D1_SIZE_U size, const(void)* sourceData, UINT32 pitch, const(D2D1_BITMAP_PROPERTIES1)* bitmapProperties, ID2D1Bitmap1* bitmap)
    interface ID2D1DeviceContext
    extern (Windows)
    HRESULT
    CreateBitmap
  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)

Meta