ID2D1DeviceContext.CreateBitmapFromDxgiSurface

<summary> Creates a bitmap from a DXGI surface with a set of extended properties. </summary>

  1. HRESULT CreateBitmapFromDxgiSurface(IDXGISurface surface, const(D2D1_BITMAP_PROPERTIES1)* bitmapProperties, ID2D1Bitmap1* bitmap)
    interface ID2D1DeviceContext
    extern (Windows)
    HRESULT
    CreateBitmapFromDxgiSurface
  2. HRESULT CreateBitmapFromDxgiSurface(IDXGISurface surface, D2D1_BITMAP_PROPERTIES1 bitmapProperties, ID2D1Bitmap1 bitmap)

Meta