C# Класс System.Windows.Media.Imaging.IconBitmapDecoder

Наследование: System.Windows.Media.Imaging.BitmapDecoder
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IconBitmapDecoder ( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System

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

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

Create a IconBitmapDecoder given the Uri

Приватные методы

Метод Описание
IconBitmapDecoder ( ) : System

Don't allow construction of a decoder with no params

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

Internal Constructor

SealObject ( ) : void

Описание методов

IconBitmapDecoder() публичный Метод

If this decoder cannot handle the bitmap stream, it will throw an exception.
public IconBitmapDecoder ( Stream bitmapStream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System
bitmapStream Stream Stream to decode
createOptions BitmapCreateOptions Bitmap Create Options
cacheOption BitmapCacheOption Bitmap Caching Option
Результат System

IconBitmapDecoder() публичный Метод

Create a IconBitmapDecoder given the Uri
public IconBitmapDecoder ( Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption ) : System
bitmapUri Uri Uri to decode
createOptions BitmapCreateOptions Bitmap Create Options
cacheOption BitmapCacheOption Bitmap Caching Option
Результат System