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