FillRegion()

Graphics::FillRegion(const SharedPtr<Brush>&, const SharedPtr<Region>&) method

Fills the interiors of the specified region using the specified brush.

void System::Drawing::Graphics::FillRegion(const SharedPtr<Brush> &brush, const SharedPtr<Region> &region)

Arguments

ParameterTypeDescription
brushconst SharedPtr<Brush>&A Brush object that specifies the parameters of the fill
regionconst SharedPtr<Region>&The region to fill

See Also