ImageCache Constructors
Definition
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.
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.