Method DrawPath
DrawPath(Pen, GraphicsPath)
Draws a GraphicsPath.
public override void DrawPath(Pen pen, GraphicsPath path)Parameters
- penPen
- Pen that determines the color, width, and style of the path. 
- pathGraphicsPath
- GraphicsPath to draw. 
Draws a GraphicsPath.
public override void DrawPath(Pen pen, GraphicsPath path)pen PenPen that determines the color, width, and style of the path.
path GraphicsPathGraphicsPath to draw.