Enum WebRotateFlipType
Nom dels espais: Aspose.Svg.Drawing Assemblea: Aspose.SVG.dll (25.5.0)
Especifica l’operació de rotació i flip per aplicar-se a una imatge.
[ComVisible(true)]
public enum WebRotateFlipType
Fields
Rotate180FlipNone = 2
Rotació 180 graus sense flipping.
Rotate180FlipX = 6
Rotar 180 graus seguit d’un flip horitzontal (flip al llarg de l’eix X).
Rotate180FlipXY = 0
Rotar 180 graus seguit per un flip horitzontal i vertical (flip al llarg d’ambdós eixos).Això és equivalent a Aspose.Svg.Drawing.WebRotateFlipType.
Rotate180FlipY = 4
Rotar 180 graus seguit per un flip vertical (flip al llarg de l’eix Y).Això és equivalent a Aspose.Svg.Drawing.WebRotateFlipType.RonateNoneFlipsX.
Rotate270FlipNone = 3
Rotació de 270 graus al rellotge sense flipping.
Rotate270FlipX = 7
Rotar 270 graus de manera horitzontal, seguit per un flip horizontal (flip al llarg de l’eix X).
Rotate270FlipXY = 1
Rota 270 graus al rellotge seguit per un flip horitzontal i vertical (flip al llarg d’ambdós eixos).Aquest és l’equivalent a Aspose.Svg.Drawing.WebRotateFlipType.Ratate90FlipsNone.
Rotate270FlipY = 5
Rotar 270 graus de manera horitzontal seguit per un flip vertical (flip al llarg de l’eix Y).Aquest és l’equivalent a Aspose.Svg.Drawing.WebRotateFlipType.Ratate90Flips.
Rotate90FlipNone = 1
Rotació de 90 graus amb rellotge sense flipping.
Rotate90FlipX = 5
Rotar 90 graus de manera horitzontal, seguit per un flip horizontal (flip al llarg de l’eix X).
Rotate90FlipXY = 3
Rotació de 90 graus de manera horitzontal seguit per un flip horizontal i vertical (flip al llarg d’ambdós eixos).Això és equivalent a Aspose.Svg.Drawing.WebRotateFlipType.Ronate270FlipsNone.
Rotate90FlipY = 7
Rotar 90 graus de manera horitzontal seguit per un flip vertical (flip al llarg de l’eix Y).Aquest és l’equivalent a Aspose.Svg.Drawing.WebRotateFlipType.Ronate270FlipsX.
RotateNoneFlipNone = 0
No hi ha rotació ni flipping.
RotateNoneFlipX = 4
No hi ha rotació amb un flip horitzontal (flip al llarg de l’eix X).
RotateNoneFlipXY = 2
No hi ha rotació amb un flip horitzontal i vertical (flip al llarg d’ambdós eixos).Aquest és l’equivalent a Aspose.Svg.Drawing.WebRotateFlipType.Rosat180FlipsNone.
RotateNoneFlipY = 6
No hi ha rotació amb un flip vertical (flip al llarg de l’eix Y).Aquest és l’equivalent a Aspose.Svg.Drawing.WebRotateFlipType.Rota180FlipsX.