using CPF.Mac.ObjCRuntime; namespace CPF.Mac.CoreGraphics { [Since(3, 2)] public enum NSRectEdge { MinXEdge, MinYEdge, MaxXEdge, MaxYEdge } }