Method | Description | |
---|---|---|
DiskImageCacheEntry ( string id, string path, int decodeWidth = 300, int decodeHeight = 300 ) : System | ||
Equals ( object obj ) : bool | ||
GetCoverArtSource ( string absolutePath, int decodeHeight, int decodeWidth ) : |
||
GetHashCode ( ) : int | ||
SetBitmap ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : void |
Method | Description | |
---|---|---|
LoadCoverArt ( ) : void |
public DiskImageCacheEntry ( string id, string path, int decodeWidth = 300, int decodeHeight = 300 ) : System | ||
id | string | |
path | string | |
decodeWidth | int | |
decodeHeight | int | |
return | System |
public static GetCoverArtSource ( string absolutePath, int decodeHeight, int decodeWidth ) : |
||
absolutePath | string | |
decodeHeight | int | |
decodeWidth | int | |
return |
public SetBitmap ( System.Windows.Media.Imaging.BitmapSource bitmapSource ) : void | ||
bitmapSource | System.Windows.Media.Imaging.BitmapSource | |
return | void |