System.Windows.Media.Imaging.BmpBitmapDecoder.BmpBitmapDecoder C# (CSharp) Method

BmpBitmapDecoder() private method

Don't allow construction of a decoder with no params
private BmpBitmapDecoder ( ) : System
return System
        private BmpBitmapDecoder()
        {
        }

Same methods

BmpBitmapDecoder::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
BmpBitmapDecoder::BmpBitmapDecoder ( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System
BmpBitmapDecoder::BmpBitmapDecoder ( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System