C# 클래스 Torshify.Client.Infrastructure.Services.ImageCacheService.FirstTimeImageCacheEntry

상속: Microsoft.Practices.Prism.ViewModel.NotificationObject, IImageCacheEntry
파일 보기 프로젝트 열기: torshy/torshify-client

공개 메소드들

메소드 설명
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