Commit 86f0fe98 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Add ID2D1BitmapBrush1 definition.

parent ef6a8dc1
......@@ -288,6 +288,19 @@ interface ID2D1Bitmap1 : ID2D1Bitmap
[
object,
uuid(41343a53-e41a-49a2-91cd-21793bbb62e5),
local,
]
interface ID2D1BitmapBrush1 : ID2D1BitmapBrush
{
void SetInterpolationMode1(
[in] D2D1_INTERPOLATION_MODE mode
);
D2D1_INTERPOLATION_MODE GetInterpolationMode1();
}
[
object,
uuid(47dd575d-ac05-4cdd-8049-9b02cd16f44c),
local,
]
......
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