C# Класс Imgix_Dotnet.Operations.Mask.MaskExtensions

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

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

Метод Описание
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