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
- penPen
- brushBrush
- pathGraphicsPath
Remarks
This method works faster than fill and then draw.