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. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | brush is null. -or- region is null. |
See Also
- class Brush
- class Region
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging