C# 클래스 Imgix_Dotnet.Operations.FaceDetection.FaceDetectionExtensions

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

공개 메소드들

메소드 설명
FaceIndex ( this image, int index ) : ImgixImage

Adds a faceindex parameter

FacePad ( this image, double paddingRatio ) : ImgixImage

adds the facepad parameter

Faces ( this image ) : ImgixImage

Adds the faces parameter

메소드 상세

FaceIndex() 공개 정적인 메소드

Adds a faceindex parameter
public static FaceIndex ( this image, int index ) : ImgixImage
image this The image to transform
index int /// The index of the face to center on. /// 1-based index. ///
리턴 ImgixImage

FacePad() 공개 정적인 메소드

adds the facepad parameter
public static FacePad ( this image, double paddingRatio ) : ImgixImage
image this The image to transform
paddingRatio double /// The ratio of padding for each when fit is set to facearea. /// A positive double ///
리턴 ImgixImage

Faces() 공개 정적인 메소드

Adds the faces parameter
public static Faces ( this image ) : ImgixImage
image this The image to transform
리턴 ImgixImage