Skip to content
Snippets Groups Projects
Commit 86f0fe98 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard
Browse files

include: Add ID2D1BitmapBrush1 definition.

parent ef6a8dc1
Branches
Tags
No related merge requests found
......@@ -286,6 +286,19 @@ interface ID2D1Bitmap1 : ID2D1Bitmap
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,
uuid(47dd575d-ac05-4cdd-8049-9b02cd16f44c),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment