FillRegion()
Graphics::FillRegion(const SharedPtr<Brush>&, const SharedPtr<Region>&) 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)
Arguments
| 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.Slides