C# Class Imgix_Dotnet.Operations.Rotation.RotationExtensions

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

Méthodes publiques

Méthode Description
Flip ( this image, string value ) : ImgixImage

Flips the image horizontally, vertically or both

Orientation ( this image, string value ) : ImgixImage

Changes the Exif orientation

Rotation ( this image, int value ) : ImgixImage

Rotates the image from 0-359 degrees

Method Details

Flip() public static méthode

Flips the image horizontally, vertically or both
public static Flip ( this image, string value ) : ImgixImage
image this The image to transform
value string /// The direction to flip /// Values: h, v or hv ///
Résultat ImgixImage

Orientation() public static méthode

Changes the Exif orientation
public static Orientation ( this image, string value ) : ImgixImage
image this The image to transform
value string /// The orientation value. /// 1-8 or 90, 180, 270 ///
Résultat ImgixImage

Rotation() public static méthode

Rotates the image from 0-359 degrees
public static Rotation ( this image, int value ) : ImgixImage
image this The image to transform
value int The rotation in degrees
Résultat ImgixImage