BitmapImage.RegisterImageFactory(IImageFactory) Method

Definition

Register an image factory.

public static void RegisterImageFactory (Iot.Device.Graphics.IImageFactory factory);
static member RegisterImageFactory : Iot.Device.Graphics.IImageFactory -> unit
Public Shared Sub RegisterImageFactory (factory As IImageFactory)

Parameters

factory
IImageFactory

The image factory to register

Applies to