C# Class TmdbWrapper.Images.Backdrop

A movie image
Inheritance: ITmdbObject
Mostra file Open project: Fishes/TMDbWrapper

Public Methods

Method Description
ITmdbObject ( JSONObject jsonObject ) : void
Uri ( BackdropSize size ) : Uri

Gives the Uri for the backdrop image

Method Details

ITmdbObject() public method

public ITmdbObject ( JSONObject jsonObject ) : void
jsonObject JSONObject
return void

Uri() public method

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