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
penPenThe Pen used to draw the path.
brushBrushThe Brush used to fill the path.
pathGraphicsPathThe GraphicsPath that defines the path.
Remarks
This method works faster than fill and then draw.