File: Windows.Win32.RotateFlipType.g.cs
Project: src\src\System.Private.Windows.GdiPlus\System.Private.Windows.GdiPlus.csproj (System.Private.Windows.GdiPlus)
// ------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------

#pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981
using global::System;
using global::System.Diagnostics;
using global::System.Diagnostics.CodeAnalysis;
using global::System.Runtime.CompilerServices;
using global::System.Runtime.InteropServices;
using global::System.Runtime.Versioning;
using winmdroot = global::Windows.Win32;
namespace Windows.Win32
{
	namespace Graphics.GdiPlus
	{
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum RotateFlipType
		{
			RotateNoneFlipNone = 0,
			Rotate90FlipNone = 1,
			Rotate180FlipNone = 2,
			Rotate270FlipNone = 3,
			RotateNoneFlipX = 4,
			Rotate90FlipX = 5,
			Rotate180FlipX = 6,
			Rotate270FlipX = 7,
			RotateNoneFlipY = 6,
			Rotate90FlipY = 7,
			Rotate180FlipY = 4,
			Rotate270FlipY = 5,
			RotateNoneFlipXY = 2,
			Rotate90FlipXY = 3,
			Rotate180FlipXY = 0,
			Rotate270FlipXY = 1,
		}
	}
}