Name

FillMode

Synopsis

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) FillMode

Returned By

GraphicsPath.FillMode

Passed To

GraphicsPath.{FillMode, GraphicsPath()}, System.Drawing.Graphics.{DrawClosedCurve(), FillClosedCurve(), FillPolygon()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.