C# 클래스 Torshify.Client.Infrastructure.Services.ImageCacheService

상속: IImageCacheService
파일 보기 프로젝트 열기: torshy/torshify-client

공개 메소드들

메소드 설명
GetImage ( IImage image, int decodeWidth = 300, int decodeHeight = 300 ) : IImageCacheEntry

비공개 메소드들

메소드 설명
TryGetFilePath ( string imageId, string &filePath ) : bool

메소드 상세

GetImage() 공개 메소드

public GetImage ( IImage image, int decodeWidth = 300, int decodeHeight = 300 ) : IImageCacheEntry
image IImage
decodeWidth int
decodeHeight int
리턴 IImageCacheEntry