Click or drag to resize

IImageManager Interface

Represents a type used to retrieving and caching of embedded images

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public interface IImageManager : IDisposable

The IImageManager type exposes the following members.

Methods
  NameDescription
Public methodGetImageAsync
Returns an embedded image

Returns null if the resourceInfoName was not found

Public methodLoadBitmapImageAsync
Loads an image from a file
Top
See Also