Method DrawPath
DrawPath(Pen, GraphicsPath)
Draws a GraphicsPath.
public override void DrawPath(Pen pen, GraphicsPath path)
Parameters
penPenPen that determines the color, width, and style of the path.
pathGraphicsPathGraphicsPath 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.