System::Drawing::Graphics::DrawPath method
Graphics::DrawPath method
使用指定的笔绘制指定的路径。
void System::Drawing::Graphics::DrawPath(const SharedPtr<Pen> &pen, const SharedPtr<Drawing2D::GraphicsPath> &path)
| 参数 | 类型 | 描述 |
|---|---|---|
| pen | const SharedPtr<Pen>& | 用于绘图的 Pen 对象 |
| 路径 | const SharedPtr<Drawing2D::GraphicsPath>& | 要绘制的图形路径 |
另见
- Typedef SharedPtr
- Class Pen
- Class GraphicsPath
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++