C# Class Torshify.Client.Infrastructure.Services.ImageCacheService.FirstTimeImageCacheEntry

Inheritance: Microsoft.Practices.Prism.ViewModel.NotificationObject, IImageCacheEntry
Afficher le fichier Open project: torshy/torshify-client

Méthodes publiques

Méthode Description
FirstTimeImageCacheEntry ( IImage image, string saveLocation, int decodeWidth = 300, int decodeHeight = 300 ) : System
SetBitmap ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : void

Private Methods

Méthode Description
OnFinishedLoading ( object sender, EventArgs e ) : void
PrepareImage ( ) : void

Method Details

FirstTimeImageCacheEntry() public méthode

public FirstTimeImageCacheEntry ( IImage image, string saveLocation, int decodeWidth = 300, int decodeHeight = 300 ) : System
image IImage
saveLocation string
decodeWidth int
decodeHeight int
Résultat System

SetBitmap() public méthode

public SetBitmap ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : void
bitmapSource System.Windows.Media.Imaging.BitmapSource
Résultat void