UIHelperGetBitmapImage - метод |
Возвращает объект
BitmapImage, созданный по данным в потоке
stream.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public static BitmapImage GetBitmapImage(
Stream stream,
BitmapCacheOption bitmapCacheOption = BitmapCacheOption.None,
bool disposeIfFailed = true
)
Public Shared Function GetBitmapImage (
stream As Stream,
Optional bitmapCacheOption As BitmapCacheOption = BitmapCacheOption.None,
Optional disposeIfFailed As Boolean = true
) As BitmapImage
public:
static BitmapImage^ GetBitmapImage(
Stream^ stream,
BitmapCacheOption bitmapCacheOption = BitmapCacheOption::None,
bool disposeIfFailed = true
)
static member GetBitmapImage :
stream : Stream *
?bitmapCacheOption : BitmapCacheOption *
?disposeIfFailed : bool
(* Defaults:
let _bitmapCacheOption = defaultArg bitmapCacheOption BitmapCacheOption.None
let _disposeIfFailed = defaultArg disposeIfFailed true
*)
-> BitmapImage
Параметры
- stream
- Тип: System.IOStream
Поток, из данных которого будет получен BitmapImage. - bitmapCacheOption (Optional)
- Тип: System.Windows.Media.ImagingBitmapCacheOption
- disposeIfFailed (Optional)
- Тип: SystemBoolean
Признак того, что поток stream будет гарантированно освобождён,
если инициализация изображения завершилась ошибкой.
Возвращаемое значение
Тип:
BitmapImage
Объект
BitmapImage, созданный по данным в потоке.
См. также