C# 클래스 NijieDownloader.UI.ImageLoader

파일 보기 프로젝트 열기: Nandaka/NijieDownloader

공개 메소드들

메소드 설명
LoadImage ( string url, string referer, string>.Action action ) : void

Load image from cache if available, else start new task to download the image.

비공개 메소드들

메소드 설명
ImageLoader ( ) : System

Init the ImageLoader, changes on these settings require app restart: - ConcurrentImageLoad - cacheMemoryLimitMegabytes

configureCache ( ) : void

메소드 상세

LoadImage() 공개 정적인 메소드

Load image from cache if available, else start new task to download the image.
public static LoadImage ( string url, string referer, string>.Action action ) : void
url string
referer string
action string>.Action
리턴 void