Method FillPath
FillPath(Brush, GraphicsPath)
Fills the interior of a GraphicsPath.
public override void FillPath(Brush brush, GraphicsPath path)Parameters
- brushBrush
- Brush that determines the characteristics of the fill. 
- pathGraphicsPath
- GraphicsPath that represents the path to fill.