namespace PaintDotNet.Measurement.Enum { public enum RotateType { Clockwise90, CounterClockwise90, Rotate180 } }