ID2D1ImageSourceFromWic interface

Produces 2D pixel data that has been sourced from WIC.

Members

The ID2D1ImageSourceFromWic interface inherits from ID2D1ImageSource. ID2D1ImageSourceFromWic also has these types of members:

Methods

The ID2D1ImageSourceFromWic interface has these methods.

MethodDescription
EnsureCached Overloaded.

Loads image data into caches of image sources if that data is not already cached.

GetSource

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

TrimCache Overloaded.

Trims the populated regions of the image source cache to just the specified rectangle.

 

Remarks

Create an an instance of ID2D1ImageSourceFromWic using ID2D1DeviceContext2::CreateImageSourceFromWic.

Requirements

Header

D2d1_3.h

Library

D2d1_3.lib

DLL

D2d1_3.dll

 

 

Show: