System::Drawing::Graphics::DrawPath method

Graphics::DrawPath method

使用指定的笔绘制指定的路径。

void System::Drawing::Graphics::DrawPath(const SharedPtr<Pen> &pen, const SharedPtr<Drawing2D::GraphicsPath> &path)
参数类型描述
penconst SharedPtr<Pen>&用于绘图的 Pen 对象
路径const SharedPtr<Drawing2D::GraphicsPath>&要绘制的图形路径

另见