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

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

공개 메소드들

메소드 설명
DiskImageCacheEntry ( string id, string path, int decodeWidth = 300, int decodeHeight = 300 ) : System
Equals ( object obj ) : bool
GetCoverArtSource ( string absolutePath, int decodeHeight, int decodeWidth ) : BitmapImage
GetHashCode ( ) : int
SetBitmap ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : void

비공개 메소드들

메소드 설명
LoadCoverArt ( ) : void

메소드 상세

DiskImageCacheEntry() 공개 메소드

public DiskImageCacheEntry ( string id, string path, int decodeWidth = 300, int decodeHeight = 300 ) : System
id string
path string
decodeWidth int
decodeHeight int
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetCoverArtSource() 공개 정적인 메소드

public static GetCoverArtSource ( string absolutePath, int decodeHeight, int decodeWidth ) : BitmapImage
absolutePath string
decodeHeight int
decodeWidth int
리턴 System.Windows.Media.Imaging.BitmapImage

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SetBitmap() 공개 메소드

public SetBitmap ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : void
bitmapSource System.Windows.Media.Imaging.BitmapSource
리턴 void