C# 클래스 DvachBrowser.Assets.BitmapManager

Downloads and caches images or their errors.
파일 보기 프로젝트 열기: vortexwolf/2ch-Browser-WP7 1 사용 예제들

공개 메소드들

메소드 설명
DownloadImage ( string uri, System.Action onFinished ) : void
GetCachedImage ( string uri ) : CachedBitmapImageModel

비공개 메소드들

메소드 설명
AddImage ( string uri, System.Windows.Media.Imaging.BitmapSource bitmap ) : void
OnError ( string uri, string error, System.Action onFinished ) : void
OnImageDownloaded ( string uri, System.Windows.Media.Imaging.BitmapSource bitmap, System.Action onFinished ) : void

메소드 상세

DownloadImage() 공개 메소드

public DownloadImage ( string uri, System.Action onFinished ) : void
uri string
onFinished System.Action
리턴 void

GetCachedImage() 공개 메소드

public GetCachedImage ( string uri ) : CachedBitmapImageModel
uri string
리턴 CachedBitmapImageModel