Edit

Share via


ImageCache Constructors

Definition

Overloads

ImageCache()

Initializes a new instance of the ImageCache class.

ImageCache(DispatcherQueue)

Initializes a new instance of the ImageCache class.

ImageCache()

Initializes a new instance of the ImageCache class.

public ImageCache ();
Public Sub New ()

Applies to

ImageCache(DispatcherQueue)

Initializes a new instance of the ImageCache class.

public ImageCache (Windows.System.DispatcherQueue dispatcherQueue = default);
new Microsoft.Toolkit.Uwp.UI.ImageCache : Windows.System.DispatcherQueue -> Microsoft.Toolkit.Uwp.UI.ImageCache
Public Sub New (Optional dispatcherQueue As DispatcherQueue = Nothing)

Parameters

dispatcherQueue
Windows.System.DispatcherQueue

The DispatcherQueue that should be used to dispatch UI updates, or null if this is being called from the UI thread.

Applies to