Skip to main content

FillMode

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies how the interior of a closed path is filled.

public enum FillMode : Enum

Fields

NameDescription
AlternateSpecifies the alternate fill mode.
WindingSpecifies the winding fill mode.

Used By

NameDescription
Graphics.FillClosedCurveFills the interior of a closed curve defined by an array of points.
GraphicsPath.FillModeGets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled.