C# Class Wistia.Thumbnail

Inheritance: WistiaBase
Afficher le fichier Open project: ej4/Wistia-Wrapper

Méthodes publiques

Méthode Description
GetBaseUrl ( ) : string

Get Url with .jpg extension

GetFixedResizeUrl ( int width, int height ) : string

Get cropped and resized thumbnail image url

GetResizedUrl ( int width, bool growIfSmaller ) : string

Get resized thumbnail url

Method Details

GetBaseUrl() public méthode

Get Url with .jpg extension
public GetBaseUrl ( ) : string
Résultat string

GetFixedResizeUrl() public méthode

Get cropped and resized thumbnail image url
public GetFixedResizeUrl ( int width, int height ) : string
width int
height int
Résultat string

GetResizedUrl() public méthode

Get resized thumbnail url
public GetResizedUrl ( int width, bool growIfSmaller ) : string
width int
growIfSmaller bool
Résultat string