C# 클래스 Imgix_Dotnet.Operations.Mask.MaskExtensions

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

공개 메소드들

메소드 설명
EllipseMask ( this image ) : ImgixImage

Adds a mask parameter with the value ellipse

Mask ( this image, string value ) : ImgixImage

Adds a mask parameter with the supplied string as value

메소드 상세

EllipseMask() 공개 정적인 메소드

Adds a mask parameter with the value ellipse
public static EllipseMask ( this image ) : ImgixImage
image this The image to transform
리턴 ImgixImage

Mask() 공개 정적인 메소드

Adds a mask parameter with the supplied string as value
public static Mask ( this image, string value ) : ImgixImage
image this The image to transform
value string The value of the mask parameter
리턴 ImgixImage