C# Класс Torshify.Client.Infrastructure.Services.ImageCacheService.FirstTimeImageCacheEntry

Наследование: Microsoft.Practices.Prism.ViewModel.NotificationObject, IImageCacheEntry
Показать файл Открыть проект

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

Метод Описание
FirstTimeImageCacheEntry ( IImage image, string saveLocation, int decodeWidth = 300, int decodeHeight = 300 ) : System
SetBitmap ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : void

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

Метод Описание
OnFinishedLoading ( object sender, EventArgs e ) : void
PrepareImage ( ) : void

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

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

public FirstTimeImageCacheEntry ( IImage image, string saveLocation, int decodeWidth = 300, int decodeHeight = 300 ) : System
image IImage
saveLocation string
decodeWidth int
decodeHeight int
Результат System

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

public SetBitmap ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : void
bitmapSource System.Windows.Media.Imaging.BitmapSource
Результат void