C# Class Microsoft.Common.Wpf.Imaging.BitmapImageFactory

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
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.

Method Details

Load() public static méthode

Load and immediately initialize a BitmapImage from a stream.
public static Load ( Stream stream ) : BitmapImage
stream Stream
Résultat System.Windows.Media.Imaging.BitmapImage

Load() public static méthode

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
Résultat System.Windows.Media.Imaging.BitmapImage