FillMode
Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies how the interior of a closed path is filled.
- C#
- VB.NET
public enum FillMode : Enum
Public Enum FillMode As [Enum]
Fields
| Name | Description |
|---|---|
| Alternate | Specifies the alternate fill mode. |
| Winding | Specifies the winding fill mode. |
Used By
| Name | Description |
|---|---|
| Graphics.FillClosedCurve | Fills the interior of a closed curve defined by an array of points. |
| GraphicsPath.FillMode | Gets or sets a FillMode enumeration that determines how the interiors of shapes in this GraphicsPath are filled. |