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

Graphics::FillPath method

指定されたパスの内部を、指定されたブラシで塗りつぶします。

void System::Drawing::Graphics::FillPath(const SharedPtr<Brush> &brush, const SharedPtr<Drawing2D::GraphicsPath> &path)
パラメーター説明
brushconst SharedPtr<Brush>&塗りつぶしのパラメータを指定する Brush オブジェクト
パスconst SharedPtr<Drawing2D::GraphicsPath>&塗りつぶすパス

参照