Click or drag to resize

ImageManagerLoadBitmapImageAsync Method

Loads an image from a file

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> LoadBitmapImageAsync(
	FileInfo file
)

Parameters

file
Type: System.IOFileInfo
The file that contains the image

Return Value

Type: TaskBitmapImage
The image represented by BitmapImage

Implements

IImageManagerLoadBitmapImageAsync(FileInfo)
See Also