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

BmpBitmapDecoder() public method

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
return System
        public BmpBitmapDecoder(
            Uri bitmapUri,
            BitmapCreateOptions createOptions,
            BitmapCacheOption cacheOption
            ) : base(bitmapUri, createOptions, cacheOption, MILGuidData.GUID_ContainerFormatBmp)
        {
        }

Same methods

BmpBitmapDecoder::BmpBitmapDecoder ( ) : System
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