C# 클래스 Imgix_Dotnet.Operations.Padding.PaddingExtensions

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

공개 메소드들

메소드 설명
Padding ( this image, int value ) : ImgixImage

Adds padding to the image. If the image does not have any size parameters the padding will extend the picture. If there are size parameters, the image will be shrunk to fit

메소드 상세

Padding() 공개 정적인 메소드

Adds padding to the image. If the image does not have any size parameters the padding will extend the picture. If there are size parameters, the image will be shrunk to fit
public static Padding ( this image, int value ) : ImgixImage
image this The image to transform
value int /// The thickness of the padding. ///
리턴 ImgixImage