Fills the interior of a System.Drawing.Drawing2D.GraphicsPath.
- brush
System.Drawing.Brush that determines the characteristics of the fill.
- path
System.Drawing.Drawing2D.GraphicsPath that represents the path to fill.
A System.Drawing.Drawing2D.GraphicsPath consists of a series of line and curve segments. If the path represented by the path parameter is not closed, an additional segment is added from the last point to the first point to close the path.