DrawPath
Graphics.DrawPath method
绘制图形路径。
public void DrawPath(Pen pen, GraphicsPath path)
范围 | 类型 | 描述 |
---|---|---|
pen | Pen | Pen它决定了路径的颜色、宽度和样式。 |
path | GraphicsPath | 要绘制的 GraphicsPath。 |
也可以看看
- class Pen
- class GraphicsPath
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing