d2d1: Add the ID2D1RectangleGeometry interface.
This commit is contained in:
parent
2f72c13c37
commit
3a541f595f
|
@ -294,5 +294,17 @@ interface ID2D1Geometry : ID2D1Resource
|
|||
);
|
||||
}
|
||||
|
||||
[
|
||||
local,
|
||||
object,
|
||||
uuid(2cd906a2-12e2-11dc-9fed-001143a055f9)
|
||||
]
|
||||
interface ID2D1RectangleGeometry : ID2D1Geometry
|
||||
{
|
||||
void GetRect(
|
||||
[out] D2D1_RECT_F *rect
|
||||
);
|
||||
}
|
||||
|
||||
[local] HRESULT __stdcall D2D1CreateFactory(D2D1_FACTORY_TYPE factory_type, REFIID iid,
|
||||
const D2D1_FACTORY_OPTIONS *factory_options, void **factory);
|
||||
|
|
Loading…
Reference in New Issue