C# Класс Imgix_Dotnet.Operations.Border.BorderExtensions

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

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

Метод Описание
Border ( this image, string value ) : ImgixImage

Sets the border around the image.

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

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

Sets the border around the image.
public static Border ( this image, string value ) : ImgixImage
image this The image to transform
value string /// A String describing the border. /// Value: size,color /// Size: An integer value /// Color: An RGB or ARGB value ///
Результат ImgixImage