include: Add definition for IWICBitmapClipper.
This commit is contained in:
parent
8ff7238ade
commit
79662e2aa4
|
@ -178,7 +178,6 @@ cpp_quote("#define WINCODEC_ERR_UNSUPPORTEDOPERATION 0x88982f81")
|
||||||
cpp_quote("#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c")
|
cpp_quote("#define WINCODEC_ERR_INSUFFICIENTBUFFER 0x88982f8c")
|
||||||
|
|
||||||
interface IWICPalette;
|
interface IWICPalette;
|
||||||
interface IWICBitmapClipper;
|
|
||||||
interface IWICBitmapFlipRotator;
|
interface IWICBitmapFlipRotator;
|
||||||
interface IWICColorContext;
|
interface IWICColorContext;
|
||||||
interface IWICColorTransform;
|
interface IWICColorTransform;
|
||||||
|
@ -645,6 +644,17 @@ interface IWICBitmapScaler : IWICBitmapSource
|
||||||
[in] WICBitmapInterpolationMode mode);
|
[in] WICBitmapInterpolationMode mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
object,
|
||||||
|
uuid(e4fbcf03-223d-4e81-9333-d635556dd1b5)
|
||||||
|
]
|
||||||
|
interface IWICBitmapClipper : IWICBitmapSource
|
||||||
|
{
|
||||||
|
HRESULT Initialize(
|
||||||
|
[in] IWICBitmapSource *pISource,
|
||||||
|
[in] const WICRect *prc);
|
||||||
|
}
|
||||||
|
|
||||||
cpp_quote("DEFINE_GUID(CLSID_WICImagingFactory, 0xcacaf262,0x9370,0x4615,0xa1,0x3b,0x9f,0x55,0x39,0xda,0x4c,0x0a);")
|
cpp_quote("DEFINE_GUID(CLSID_WICImagingFactory, 0xcacaf262,0x9370,0x4615,0xa1,0x3b,0x9f,0x55,0x39,0xda,0x4c,0x0a);")
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue