FillRegion Method (Graphics)
In This Topic
Fill the special region
on current Grapchis
by using special brush
Syntax
'Declaration
Public Sub FillRegion( _
ByVal As Brush, _
ByVal As Region _
)
public void FillRegion(
Brush ,
Region
)
Parameters
- brush
- A Brush object used to fill the region.
- region
- A Region indicate the region which be filled
Exceptions
See Also