C# 클래스 Imgix_Dotnet.Operations.Border.BorderExtensions

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

공개 메소드들

메소드 설명
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