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

IconBitmapDecoder() private method

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

Same methods

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