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
|
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 |
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 |
public static Faces ( this image ) : ImgixImage | ||
image | this | The image to transform |
Résultat | ImgixImage |