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

Inheritance: IImageCacheService
Afficher le fichier Open project: torshy/torshify-client

Méthodes publiques

Méthode Description
GetImage ( IImage image, int decodeWidth = 300, int decodeHeight = 300 ) : IImageCacheEntry

Private Methods

Méthode Description
TryGetFilePath ( string imageId, string &filePath ) : bool

Method Details

GetImage() public méthode

public GetImage ( IImage image, int decodeWidth = 300, int decodeHeight = 300 ) : IImageCacheEntry
image IImage
decodeWidth int
decodeHeight int
Résultat IImageCacheEntry