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