IWICBitmapClipper_Initialize_Proxy function
Proxy function for the Initialize method.
Syntax
HRESULT IWICBitmapClipper_Initialize_Proxy(
_In_ IWICBitmapClipper *THIS_PTR,
_In_ IWICBitmapSource *pISource,
_In_ const WICRect *prc
);
Parameters
- THIS_PTR [in]
-
Type: IWICBitmapClipper*
Pointer to this IWICBitmapClipper object.
- pISource [in]
-
Type: IWICBitmapSource*
The input bitmap source.
- prc [in]
-
Type: const WICRect*
The rectangle of the bitmap source to clip.
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 |
|
Show: