System::Drawing::Graphics::FillRegion method
Graphics::FillRegion method
Fills the interiors of the specified region using the specified brush.
void System::Drawing::Graphics::FillRegion(const SharedPtr<Brush> &brush, const SharedPtr<Region> ®ion)
Parameter | Type | Description |
---|---|---|
brush | const SharedPtr<Brush>& | A Brush object that specifies the parameters of the fill |
region | const SharedPtr<Region>& | The region to fill |
See Also
- Typedef SharedPtr
- Class Brush
- Class Region
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++