FillMode

System.Drawing.Drawing2D.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

Name
Description

Alternate

Specifies the alternate fill mode.

Winding

Specifies the winding fill mode.

Used By

Name
Description

Fills the interior of a closed curve defined by an array of points.

Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled.

Last updated

Was this helpful?