Graphics.FillRegion
Graphics.FillRegion method
Fills the interior of a Region.
public void FillRegion(Brush brush, Region region)
| Parameter | Type | Description |
|---|---|---|
| brush | Brush | Brush that determines the characteristics of the fill. |
| region | Region | Region that represents the area to fill. |
See Also
- class Brush
- class Region
- class Graphics
- namespace Aspose.Drawing
- assembly Aspose.Drawing.Common