C# Class Imgix_Dotnet.Operations.Mask.MaskExtensions

ImgixImage extension methods that set mask related parameters on the Url.
Mostrar archivo Open project: estei/Imgix-Dotnet

Public Methods

Method Description
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

Method Details

EllipseMask() public static method

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

Mask() public static method

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
return ImgixImage