C# 클래스 Imgix_Dotnet.Operations.Automatic.AutomaticExtensions

ImgixImage extension methods that set auto related parameters on the Url.
파일 보기 프로젝트 열기: estei/Imgix-Dotnet

공개 메소드들

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