Click or drag to resize

IImageManagerLoadBitmapImageAsync 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#
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
See Also