ID2D1DeviceContext.CreateBitmapFromWicBitmap

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. HRESULT CreateBitmapFromWicBitmap(IWICBitmapSource wicBitmapSource, const(D2D1_BITMAP_PROPERTIES1)* bitmapProperties, ID2D1Bitmap1* bitmap)
  2. HRESULT CreateBitmapFromWicBitmap(IWICBitmapSource wicBitmapSource, const(D2D1_BITMAP_PROPERTIES)* bitmapProperties, ID2D1Bitmap* bitmap)
    interface ID2D1DeviceContext
    extern (Windows)
    HRESULT
    CreateBitmapFromWicBitmap
    (
    IWICBitmapSource wicBitmapSource
    ,
    const(D2D1_BITMAP_PROPERTIES)* bitmapProperties
    ,
    ID2D1Bitmap* bitmap
    )
  3. HRESULT CreateBitmapFromWicBitmap(IWICBitmapSource wicBitmapSource, D2D1_BITMAP_PROPERTIES1 bitmapProperties, ID2D1Bitmap1 bitmap)
  4. HRESULT CreateBitmapFromWicBitmap(IWICBitmapSource wicBitmapSource, ID2D1Bitmap1 bitmap)

Meta