using CPF.Mac.ObjCRuntime; namespace CPF.Mac.CoreText { [Since(4, 2)] public enum CTFramePathFillRule { EvenOdd, WindingNumber } }