C# 클래스 System.Windows.Media.Imaging.BmpBitmapDecoder

상속: System.Windows.Media.Imaging.BitmapDecoder
파일 보기 프로젝트 열기: wjk/dotnet-wpf 1 사용 예제들

공개 메소드들

메소드 설명
BmpBitmapDecoder ( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System

If this decoder cannot handle the bitmap stream, it will throw an exception.

BmpBitmapDecoder ( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System

Create a BmpBitmapDecoder given the Uri

비공개 메소드들

메소드 설명
BmpBitmapDecoder ( ) : System

Don't allow construction of a decoder with no params

BmpBitmapDecoder ( SafeMILHandle decoderHandle, System.Windows.Media.Imaging.BitmapDecoder decoder, Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, bool insertInDecoderCache, bool originalWritable, Stream uriStream, UnmanagedMemoryStream unmanagedMemoryStream, SafeFileHandle safeFilehandle ) : System

Internal Constructor

SealObject ( ) : void

메소드 상세

BmpBitmapDecoder() 공개 메소드

If this decoder cannot handle the bitmap stream, it will throw an exception.
public BmpBitmapDecoder ( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System
bitmapStream Stream Stream to decode
createOptions BitmapCreateOptions Bitmap Create Options
cacheOption BitmapCacheOption Bitmap Caching Option
리턴 System

BmpBitmapDecoder() 공개 메소드

Create a BmpBitmapDecoder given the Uri
public BmpBitmapDecoder ( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System
bitmapUri Uri Uri to decode
createOptions BitmapCreateOptions Bitmap Create Options
cacheOption BitmapCacheOption Bitmap Caching Option
리턴 System