System::Drawing::Graphics::DrawPath メソッド

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>&描画するグラフィックパス

参照