This enumeration is used to specify the mode to be used to fill a closed path . It is used by the GraphicsPath and System.Drawing.Graphics members that fill closed shapes . public enum FillMode { Alternate = 0 , Winding = 1 } Hierarchy System.Object Returned ByGraphicsPath.FillMode Passed ToGraphicsPath.{FillMode , GraphicsPath()} , System.Drawing.Graphics.{DrawClosedCurve() , FillClosedCurve() , FillPolygon()} |