C# Class Torshify.Client.Infrastructure.Services.ImageCacheService

Inheritance: IImageCacheService
Exibir arquivo Open project: torshy/torshify-client

Public Methods

Method Description
GetImage ( IImage image, int decodeWidth = 300, int decodeHeight = 300 ) : IImageCacheEntry

Private Methods

Method Description
TryGetFilePath ( string imageId, string &filePath ) : bool

Method Details

GetImage() public method

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