FillRegion(Region,Color) Method
In This Topic
Fills a
Region with a solid color.
Syntax
'Declaration
Public Overloads Sub FillRegion( _
ByVal As Region, _
ByVal As System.Drawing.Color _
)
public void FillRegion(
Region ,
System.Drawing.Color
)
Parameters
- region
- color
See Also