Commit 7e5bcb0b authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

d2d1: Add the ID2D1BitmapRenderTarget interface.

parent c68a8f34
......@@ -1080,5 +1080,17 @@ interface ID2D1RenderTarget : ID2D1Resource
);
}
[
local,
object,
uuid(2cd90695-12e2-11dc-9fed-001143a055f9)
]
interface ID2D1BitmapRenderTarget : ID2D1RenderTarget
{
HRESULT GetBitmap(
[out] ID2D1Bitmap **bitmap
);
}
[local] HRESULT __stdcall D2D1CreateFactory(D2D1_FACTORY_TYPE factory_type, REFIID iid,
const D2D1_FACTORY_OPTIONS *factory_options, void **factory);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment