ID2D1ImageSourceFromWic::GetSource method (d2d1_3.h)

Retrieves the underlying bitmap image source from the Windows Imaging Component (WIC).

Syntax

void GetSource(
  IWICBitmapSource **wicBitmapSource
);

Parameters

wicBitmapSource

Type: IWICBitmapSource**

On return contains the bitmap image source.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h
Library D2d1_3.lib
DLL D2d1_3.dll

See also

ID2D1ImageSourceFromWic