프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ImageCache | string>.Dictionary | ||
MemoryCache | BitmapImage>.Dictionary |
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
tobitmapimage ( System img ) : |
public FetchImage ( string imageloc, decimal id ) : System.Windows.Media.ImageSource | ||
imageloc | string | |
id | decimal | |
리턴 | System.Windows.Media.ImageSource |
public GetImage ( decimal UserId, string ImageLocation ) : System.Windows.Media.ImageSource | ||
UserId | decimal | |
ImageLocation | string | |
리턴 | System.Windows.Media.ImageSource |
public StoreImage ( |
||
image | ||
imagename | string | |
userID | decimal | |
리턴 | void |