C# Class Wistia.Thumbnail

Inheritance: WistiaBase
Mostrar archivo Open project: ej4/Wistia-Wrapper

Public Methods

Method 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 method

Get Url with .jpg extension
public GetBaseUrl ( ) : string
return string

GetFixedResizeUrl() public method

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

GetResizedUrl() public method

Get resized thumbnail url
public GetResizedUrl ( int width, bool growIfSmaller ) : string
width int
growIfSmaller bool
return string