C# Class Smeedee.Services.DiskCachedImageService

Inheritance: IImageService
Afficher le fichier Open project: Smeedee/Smeedee-Mobile

Méthodes publiques

Méthode Description
DiskCachedImageService ( IImageService serviceToCache ) : System
GetImage ( Uri uri, Action callback ) : void

Private Methods

Méthode Description
GetMissingImagePlaceholder ( ) : byte[]
IsMissingImagePlaceholder ( byte bytes ) : bool
SaveAndCallback ( byte bytes, string fileName, Action callback ) : void

Method Details

DiskCachedImageService() public méthode

public DiskCachedImageService ( IImageService serviceToCache ) : System
serviceToCache IImageService
Résultat System

GetImage() public méthode

public GetImage ( Uri uri, Action callback ) : void
uri System.Uri
callback Action
Résultat void