ISoftwareBitmapNativeFactory interface (windows.graphics.imaging.interop.h)

Creates instances of ISoftwareBitmapNative.

Inheritance

The ISoftwareBitmapNativeFactory interface inherits from IInspectable. ISoftwareBitmapNativeFactory also has these types of members:

Methods

The ISoftwareBitmapNativeFactory interface has these methods.

 
ISoftwareBitmapNativeFactory::CreateFromMF2DBuffer2

Creates an ISoftwareBitmapNative from the provided IMF2DBuffer2.
ISoftwareBitmapNativeFactory::CreateFromWICBitmap

Creates an ISoftwareBitmapNative from the provided IWICBitmap.

Requirements

Requirement Value
Target Platform Windows
Header windows.graphics.imaging.interop.h

See also

IInspectable