System::Drawing::Graphics::FillPath メソッド
Graphics::FillPath method
指定されたパスの内部を、指定されたブラシで塗りつぶします。
void System::Drawing::Graphics::FillPath(const SharedPtr<Brush> &brush, const SharedPtr<Drawing2D::GraphicsPath> &path)
| パラメーター | 型 | 説明 |
|---|---|---|
| brush | const SharedPtr<Brush>& | 塗りつぶしのパラメータを指定する Brush オブジェクト |
| パス | const SharedPtr<Drawing2D::GraphicsPath>& | 塗りつぶすパス |
参照
- Typedef SharedPtr
- Class Brush
- Class GraphicsPath
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++