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.Font for C++