C# Класс Microsoft.Common.Wpf.Imaging.BitmapImageFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( Stream stream ) : BitmapImage

Load and immediately initialize a BitmapImage from a stream.

Load ( string filePath ) : BitmapImage

Load and immediately initialie a BitmapImage from a file on disk. This does not keep a lock on the file.

Описание методов

Load() публичный статический Метод

Load and immediately initialize a BitmapImage from a stream.
public static Load ( Stream stream ) : BitmapImage
stream Stream
Результат System.Windows.Media.Imaging.BitmapImage

Load() публичный статический Метод

Load and immediately initialie a BitmapImage from a file on disk. This does not keep a lock on the file.
public static Load ( string filePath ) : BitmapImage
filePath string
Результат System.Windows.Media.Imaging.BitmapImage