Fills the inside of a region.
Syntax

[C#]

void FillRegion(Brush brush, Region region);

[Visual Basic]

Sub FillRegion(brush As Brush, region As Region)
Params
Name Description
brush The brush to use for the fill.
region The region to fill.
Notes

None.

Example

None.