C# Class Sdl.Web.Tridion.Tests.MockMediaHelper

Inheritance: IMediaHelper
ファイルを表示 Open project: sdl/dxa-web-application-dotnet

Public Methods

Method Description
GetResponsiveHeight ( string widthFactor, double aspect, int containerSize ) : int
GetResponsiveImageUrl ( string url, double aspect, string widthFactor, int containerSize ) : string
GetResponsiveWidth ( string widthFactor, int containerSize ) : int

Method Details

GetResponsiveHeight() public method

public GetResponsiveHeight ( string widthFactor, double aspect, int containerSize ) : int
widthFactor string
aspect double
containerSize int
return int

GetResponsiveImageUrl() public method

public GetResponsiveImageUrl ( string url, double aspect, string widthFactor, int containerSize ) : string
url string
aspect double
widthFactor string
containerSize int
return string

GetResponsiveWidth() public method

public GetResponsiveWidth ( string widthFactor, int containerSize ) : int
widthFactor string
containerSize int
return int