C# Class Imgix_Dotnet.Operations.Border.BorderExtensions

ImgixImage extension methods that sets border related parameters on the Url.
Afficher le fichier Open project: estei/Imgix-Dotnet

Méthodes publiques

Méthode Description
Border ( this image, string value ) : ImgixImage

Sets the border around the image.

Method Details

Border() public static méthode

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 ///
Résultat ImgixImage