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