C# Class Imgix_Dotnet.Operations.FaceDetection.FaceDetectionExtensions

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

Méthodes publiques

Méthode Description
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

Method Details

FaceIndex() public static méthode

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

FacePad() public static méthode

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

Faces() public static méthode

Adds the faces parameter
public static Faces ( this image ) : ImgixImage
image this The image to transform
Résultat ImgixImage