DisplayMagician/HeliosDisplayManagement.Shared/PixelShift.cs

9 lines
163 B
C#
Raw Normal View History

namespace HeliosDisplayManagement.Shared
{
public enum PixelShift
{
NoPixelShift,
TopLeft2X2Pixels,
2018-10-20 00:27:25 +00:00
BottomRight2X2Pixels
}
2018-10-20 00:27:25 +00:00
}