FillPath()

Graphics::FillPath(const SharedPtr<Brush>&, const SharedPtr<Drawing2D::GraphicsPath>&) method

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

void System::Drawing::Graphics::FillPath(const SharedPtr<Brush> &brush, const SharedPtr<Drawing2D::GraphicsPath> &path)

Arguments

ParameterTypeDescription
brushconst SharedPtr<Brush>&A Brush object that specifies the parameters of the fill
pathconst SharedPtr<Drawing2D::GraphicsPath>&The path to fill

See Also