GraphicsPath Constructor (FillMode)

 

Initializes a new instance of the GraphicsPath class with the specified FillMode enumeration.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
GraphicsPath(
	FillMode fillMode
)

Parameters

fillMode
Type: System.Drawing.Drawing2D::FillMode

The FillMode enumeration that determines how the interior of this GraphicsPath is filled.

.NET Framework
Available since 1.1
Return to top
Show: