C# Класс Sdl.Web.Tridion.Tests.MockMediaHelper

Наследование: IMediaHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
GetResponsiveHeight ( string widthFactor, double aspect, int containerSize ) : int
GetResponsiveImageUrl ( string url, double aspect, string widthFactor, int containerSize ) : string
GetResponsiveWidth ( string widthFactor, int containerSize ) : int

Описание методов

GetResponsiveHeight() публичный Метод

public GetResponsiveHeight ( string widthFactor, double aspect, int containerSize ) : int
widthFactor string
aspect double
containerSize int
Результат int

GetResponsiveImageUrl() публичный Метод

public GetResponsiveImageUrl ( string url, double aspect, string widthFactor, int containerSize ) : string
url string
aspect double
widthFactor string
containerSize int
Результат string

GetResponsiveWidth() публичный Метод

public GetResponsiveWidth ( string widthFactor, int containerSize ) : int
widthFactor string
containerSize int
Результат int