include: Add ID2D1GdiMetafile interface in d2d1_1.idl.
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
0a73216ae2
commit
0e0a0f2444
|
@ -21,7 +21,6 @@ import "d2d1.idl";
|
|||
interface ID2D1DeviceContext;
|
||||
interface ID2D1StrokeStyle1;
|
||||
interface ID2D1PathGeometry1;
|
||||
interface ID2D1GdiMetafile;
|
||||
interface ID2D1Properties;
|
||||
interface IPrintDocumentPackageTarget;
|
||||
interface ID2D1PrintControl;
|
||||
|
@ -337,6 +336,21 @@ interface ID2D1GdiMetafileSink : IUnknown
|
|||
);
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(2f543dc3-cfc1-4211-864f-cfd91c6f3395),
|
||||
local,
|
||||
]
|
||||
interface ID2D1GdiMetafile : ID2D1Resource
|
||||
{
|
||||
HRESULT Stream(
|
||||
[in] ID2D1GdiMetafileSink *sink
|
||||
);
|
||||
HRESULT GetBounds(
|
||||
[out] D2D1_RECT_F *bounds
|
||||
);
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
uuid(483473d7-cd46-4f9d-9d3a-3112aa80159d),
|
||||
|
|
Loading…
Reference in New Issue