Click or drag to resize

ImageManagerGetImageAsync Method

Returns an embedded image

Returns null if the resourceInfoName was not found

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Task<BitmapImage> GetImageAsync(
	string resourceInfoName
)

Parameters

resourceInfoName
Type: SystemString
The end of the fully qualified name of the embedded resource

Return Value

Type: TaskBitmapImage
The embedded image

Implements

IImageManagerGetImageAsync(String)
See Also