namespace CPF.Mac.CoreGraphics { public enum CGPathDrawingMode { Fill, EOFill, Stroke, FillStroke, EOFillStroke } }