C# 클래스 Microsoft.Common.Wpf.Imaging.BitmapImageFactory

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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