C# Класс Imgix_Dotnet.Operations.Automatic.AutomaticExtensions

ImgixImage extension methods that set auto related parameters on the Url.
Показать файл Открыть проект

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

Метод Описание
Auto ( this image ) : ImgixImage

Will add an auto enhancement parameter to the url

Auto ( this image, string value ) : ImgixImage

Will add an auto enhancement parameter to the url

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

Auto() публичный статический Метод

Will add an auto enhancement parameter to the url
public static Auto ( this image ) : ImgixImage
image this The image to transform
Результат ImgixImage

Auto() публичный статический Метод

Will add an auto enhancement parameter to the url
public static Auto ( this image, string value ) : ImgixImage
image this The image to transform
value string /// The value of the auto parameter /// Values: enhance, format, redeye ///
Результат ImgixImage