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