C# 클래스 withSIX.Core.Presentation.Wpf.Services.Cache.ImageFileCache

상속: IEnableLogging, IPresentationService, IImageFileCache
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
BmiFromUriAsync ( Uri uri ) : Task
BmiFromUrlAsync ( Uri uri, CancellationToken token ) : Task
BmiFromUrlAsync ( Uri uri, double width, double height, CancellationToken token ) : Task
ImageFileCache ( IImageCacheManager downloader ) : System

비공개 메소드들

메소드 설명
BmiFromUrlAsync ( Uri uri ) : Task
BmiFromUrlAsync ( Uri uri, DesiredImageSize desiredSize ) : Task
Download ( Uri uri ) : Task
Download ( Uri uri, DesiredImageSize desiredSize ) : Task
GetBitMapFromMemoryStream ( IBitmap bitMap ) : System.Windows.Media.Imaging.BitmapSource

메소드 상세

BmiFromUriAsync() 공개 메소드

public BmiFromUriAsync ( Uri uri ) : Task
uri System.Uri
리턴 Task

BmiFromUrlAsync() 공개 메소드

public BmiFromUrlAsync ( Uri uri, CancellationToken token ) : Task
uri System.Uri
token System.Threading.CancellationToken
리턴 Task

BmiFromUrlAsync() 공개 메소드

public BmiFromUrlAsync ( Uri uri, double width, double height, CancellationToken token ) : Task
uri System.Uri
width double
height double
token System.Threading.CancellationToken
리턴 Task

ImageFileCache() 공개 메소드

public ImageFileCache ( IImageCacheManager downloader ) : System
downloader IImageCacheManager
리턴 System