include: Add ID2D1BitmapBrush1 definition.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ef6a8dc16d
commit
86f0fe9889
|
@ -286,6 +286,19 @@ interface ID2D1Bitmap1 : ID2D1Bitmap
|
||||||
HRESULT Unmap();
|
HRESULT Unmap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
object,
|
||||||
|
uuid(41343a53-e41a-49a2-91cd-21793bbb62e5),
|
||||||
|
local,
|
||||||
|
]
|
||||||
|
interface ID2D1BitmapBrush1 : ID2D1BitmapBrush
|
||||||
|
{
|
||||||
|
void SetInterpolationMode1(
|
||||||
|
[in] D2D1_INTERPOLATION_MODE mode
|
||||||
|
);
|
||||||
|
D2D1_INTERPOLATION_MODE GetInterpolationMode1();
|
||||||
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
object,
|
object,
|
||||||
uuid(47dd575d-ac05-4cdd-8049-9b02cd16f44c),
|
uuid(47dd575d-ac05-4cdd-8049-9b02cd16f44c),
|
||||||
|
|
Loading…
Reference in New Issue