System::Drawing::Graphics::FillPath 方法

Graphics::FillPath method

使用指定的画笔填充指定路径的内部。

void System::Drawing::Graphics::FillPath(const SharedPtr<Brush> &brush, const SharedPtr<Drawing2D::GraphicsPath> &path)
参数类型描述
brushconst SharedPtr<Brush>&一个指定填充参数的 Brush 对象
路径const SharedPtr<Drawing2D::GraphicsPath>&要填充的路径

另见