FillPath Method
FillPath(Brush, GraphicsPath)
Fills the interior of a GraphicsPath.
Declaration
public void FillPath(Brush brush, GraphicsPath path)
Parameters
| Type | Name | Description |
|---|---|---|
| Brush | brush | Brush that determines the characteristics of the fill. |
| GraphicsPath | path | GraphicsPath that represents the path to fill. |