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