C# Class TmdbWrapper.Images.Poster

A movie image
Inheritance: ITmdbObject
显示文件 Open project: Fishes/TMDbWrapper

Public Methods

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

Uri to the profile image.

Method Details

ITmdbObject() public method

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

Uri() public method

Uri to the profile image.
public Uri ( PosterSize size ) : Uri
size PosterSize The size for the image as required
return System.Uri