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