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

IconBitmapDecoder() private method

Internal Constructor
private 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
decoderHandle SafeMILHandle
decoder System.Windows.Media.Imaging.BitmapDecoder
baseUri Uri
uri Uri
stream Stream
createOptions BitmapCreateOptions
cacheOption BitmapCacheOption
insertInDecoderCache bool
originalWritable bool
uriStream Stream
unmanagedMemoryStream UnmanagedMemoryStream
safeFilehandle SafeFileHandle
return System
        internal IconBitmapDecoder(
            SafeMILHandle decoderHandle,
            BitmapDecoder decoder,
            Uri baseUri,
            Uri uri,
            Stream stream,
            BitmapCreateOptions createOptions,
            BitmapCacheOption cacheOption,
            bool insertInDecoderCache,
            bool originalWritable,
            Stream uriStream,
            UnmanagedMemoryStream unmanagedMemoryStream,
            SafeFileHandle safeFilehandle
            ) : base(decoderHandle, decoder, baseUri, uri, stream, createOptions, cacheOption, insertInDecoderCache, originalWritable, uriStream, unmanagedMemoryStream, safeFilehandle)
        {
        }

Same methods

IconBitmapDecoder::IconBitmapDecoder ( ) : System
IconBitmapDecoder::IconBitmapDecoder ( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System
IconBitmapDecoder::IconBitmapDecoder ( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System