C# 클래스 Wistia.Thumbnail

상속: WistiaBase
파일 보기 프로젝트 열기: ej4/Wistia-Wrapper

공개 메소드들

메소드 설명
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

메소드 상세

GetBaseUrl() 공개 메소드

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

GetFixedResizeUrl() 공개 메소드

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

GetResizedUrl() 공개 메소드

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