IImageFactory Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Factory interface for creating bitmaps. An instance of this interface shall be provided by library-specific adapter classes. The class BitmapImage requires an instance of this interface to work properly.
public interface IImageFactory
type IImageFactory = interface
Public Interface IImageFactory
Create |
Creates a bitmap with the given size and format |
Create |
Creates a bitmap from a stream (e.g. an image file) |
Product | Versions |
---|---|
.NET IoT Libraries | 2.2.0 |