Enum WebRotateFlipType
Namespace: Aspose.Svg.Drawing
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the rotation and flip operation to apply to an image.
[ComVisible(true)]
public enum WebRotateFlipType
Fields
Rotate180FlipNone = 2
Rotate 180 degrees with no flipping.
Rotate180FlipX = 6
Rotate 180 degrees followed by a horizontal flip (flip along the X-axis).
Rotate180FlipXY = 0
Rotate 180 degrees followed by both a horizontal and vertical flip (flip along both axes). This is equivalent to Aspose.Svg.Drawing.WebRotateFlipType.RotateNoneFlipNone.
Rotate180FlipY = 4
Rotate 180 degrees followed by a vertical flip (flip along the Y-axis). This is equivalent to Aspose.Svg.Drawing.WebRotateFlipType.RotateNoneFlipX.
Rotate270FlipNone = 3
Rotate 270 degrees clockwise with no flipping.
Rotate270FlipX = 7
Rotate 270 degrees clockwise followed by a horizontal flip (flip along the X-axis).
Rotate270FlipXY = 1
Rotate 270 degrees clockwise followed by both a horizontal and vertical flip (flip along both axes). This is equivalent to Aspose.Svg.Drawing.WebRotateFlipType.Rotate90FlipNone.
Rotate270FlipY = 5
Rotate 270 degrees clockwise followed by a vertical flip (flip along the Y-axis). This is equivalent to Aspose.Svg.Drawing.WebRotateFlipType.Rotate90FlipX.
Rotate90FlipNone = 1
Rotate 90 degrees clockwise with no flipping.
Rotate90FlipX = 5
Rotate 90 degrees clockwise followed by a horizontal flip (flip along the X-axis).
Rotate90FlipXY = 3
Rotate 90 degrees clockwise followed by both a horizontal and vertical flip (flip along both axes). This is equivalent to Aspose.Svg.Drawing.WebRotateFlipType.Rotate270FlipNone.
Rotate90FlipY = 7
Rotate 90 degrees clockwise followed by a vertical flip (flip along the Y-axis). This is equivalent to Aspose.Svg.Drawing.WebRotateFlipType.Rotate270FlipX.
RotateNoneFlipNone = 0
No rotation and no flipping.
RotateNoneFlipX = 4
No rotation with a horizontal flip (flip along the X-axis).
RotateNoneFlipXY = 2
No rotation with both a horizontal and vertical flip (flip along both axes). This is equivalent to Aspose.Svg.Drawing.WebRotateFlipType.Rotate180FlipNone.
RotateNoneFlipY = 6
No rotation with a vertical flip (flip along the Y-axis). This is equivalent to Aspose.Svg.Drawing.WebRotateFlipType.Rotate180FlipX.