GraphicsPath::FillMode Property

 

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

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

public:
property FillMode FillMode {
	FillMode get();
	void set(FillMode value);
}

Property Value

Type: System.Drawing.Drawing2D::FillMode

A FillMode enumeration that specifies how the interiors of shapes in this GraphicsPath are filled.

.NET Framework
Available since 1.1
Return to top
Show: