C# Class TmdbWrapper.Images.Backdrop

A movie image
Inheritance: ITmdbObject
Afficher le fichier Open project: Fishes/TMDbWrapper

Méthodes publiques

Méthode Description
ITmdbObject ( JSONObject jsonObject ) : void
Uri ( BackdropSize size ) : Uri

Gives the Uri for the backdrop image

Method Details

ITmdbObject() public méthode

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
Résultat void

Uri() public méthode

Gives the Uri for the backdrop image
public Uri ( BackdropSize size ) : Uri
size BackdropSize The requested size of the image
Résultat System.Uri