C# Класс Imgix_Dotnet.Operations.FaceDetection.FaceDetectionExtensions

ImgixImage extension methods that set face detection related parameters on the Url.
Показать файл Открыть проект

Открытые методы

Метод Описание
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