DrawPath
Graphics.DrawPath method
Рисует GraphicsPath.
public void DrawPath(Pen pen, GraphicsPath path)
| Параметр | Тип | Описание |
|---|---|---|
| pen | Pen | Pen который определяет цвет, ширину и стиль пути. |
| path | GraphicsPath | GraphicsPath для рисования. |
Смотрите также
- class Pen
- class GraphicsPath
- class Graphics
- пространство имен System.Drawing
- сборка Aspose.Drawing