Method Path
Path(Pen, Brush, GraphicsPath)
Calls FillPath(Brush, GraphicsPath) and than DrawPath(Pen, GraphicsPath).
void Path(Pen pen, Brush brush, GraphicsPath path)
Parameters
penPenbrushBrushpathGraphicsPath
Remarks
This method works faster than fill and then draw.