Property | Type | Description | |
---|---|---|---|
ImageCache | string>.Dictionary | ||
MemoryCache | BitmapImage>.Dictionary |
Method | Description | |
---|---|---|
ClearCache ( ) : void | ||
FetchImage ( string imageloc, decimal id ) : System.Windows.Media.ImageSource | ||
GetImage ( decimal UserId, string ImageLocation ) : System.Windows.Media.ImageSource | ||
ImageHandler ( ) : System | ||
LoadCache ( ) : void | ||
SaveCache ( ) : void | ||
StoreImage ( |
Method | Description | |
---|---|---|
tobitmapimage ( System img ) : |
public FetchImage ( string imageloc, decimal id ) : System.Windows.Media.ImageSource | ||
imageloc | string | |
id | decimal | |
return | System.Windows.Media.ImageSource |
public GetImage ( decimal UserId, string ImageLocation ) : System.Windows.Media.ImageSource | ||
UserId | decimal | |
ImageLocation | string | |
return | System.Windows.Media.ImageSource |
public StoreImage ( |
||
image | ||
imagename | string | |
userID | decimal | |
return | void |