DrawPath

Graphics.DrawPath method

绘制图形路径。

public void DrawPath(Pen pen, GraphicsPath path)
范围类型描述
penPenPen它决定了路径的颜色、宽度和样式。
pathGraphicsPath要绘制的 GraphicsPath。

也可以看看