IWICBitmapScaler_Initialize_Proxy function
Proxy function for the Initialize method.
Syntax
HRESULT IWICBitmapScaler_Initialize_Proxy( _In_ IWICBitmapScaler *THIS_PTR, _In_ IWICBitmapSource *pISource, _In_ UINT uiWidth, _In_ UINT uiHeight, _In_ WICBitmapInterpolationMode mode );
Parameters
- THIS_PTR [in]
-
Type: IWICBitmapScaler*
Pointer to this IWICBitmapScaler object.
- pISource [in]
-
Type: IWICBitmapSource*
The input bitmap source.
- uiWidth [in]
-
Type: UINT
The destination width.
- uiHeight [in]
-
Type: UINT
The desination height.
- mode [in]
-
Type: WICBitmapInterpolationMode
The interpolation mode to use when scaling.
Return value
Type: HRESULT
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
DLL |
|