C# Class Twiddler.Services.ImageServices.YFrogDecoder

Inheritance: IImageUriDecoder
Afficher le fichier Open project: GraemeF/Twiddler Class Usage Examples

Méthodes publiques

Méthode Description
CanGetImageLocations ( Uri uri ) : bool
GetImageLocations ( Uri uri ) : ImageLocations

Private Methods

Méthode Description
IsContentTypeWithThumbnail ( string id ) : bool

Method Details

CanGetImageLocations() public méthode

public CanGetImageLocations ( Uri uri ) : bool
uri System.Uri
Résultat bool

GetImageLocations() public méthode

public GetImageLocations ( Uri uri ) : ImageLocations
uri System.Uri
Résultat Twiddler.Models.ImageLocations