System::Drawing::Graphics::FillRegion method

Graphics::FillRegion 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)
ParameterTypeDescription
brushconst SharedPtr<Brush>&A Brush object that specifies the parameters of the fill
regionconst SharedPtr<Region>&The region to fill

See Also