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