DisplayMagician/HeliosDisplayManagement.Shared/Rotation.cs

11 lines
174 B
C#
Raw Normal View History

2017-02-26 19:23:31 +00:00
namespace HeliosDisplayManagement.Shared
{
public enum Rotation
{
Identity,
Rotate90,
Rotate180,
Rotate270,
Unknown
}
}