IWICBitmapSource_GetResolution_Proxy function

Proxy function for the GetResolution method.

Syntax


HRESULT IWICBitmapSource_GetResolution_Proxy(
  _In_  IWICBitmapSource *THIS_PTR,
  _Out_ double           *pDpiX,
  _Out_ double           *pDpiY
);

Parameters

THIS_PTR [in]

Type: IWICBitmapSource*

Pointer to this IWICBitmapSource object.

pDpiX [out]

Type: double*

A pointer that receives the x-axis dpi resolution.

pDpiY [out]

Type: double*

A pointer that receives the y-axis dpi resolution.

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

Windowscodecs.dll;
Wincodec.lib

 

 

Show: