Graphics.FillRegion

Graphics.FillRegion method

Fills the interior of a Region.

public void FillRegion(Brush brush, Region region)
ParameterTypeDescription
brushBrushBrush that determines the characteristics of the fill.
regionRegionRegion that represents the area to fill.

Exceptions

exceptioncondition
ArgumentNullExceptionbrush is null. -or- region is null.

See Also