System::Drawing::Graphics::FillRectangles 方法

Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<Rectangle>&) method

使用指定的画笔填充一系列矩形。

void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<Rectangle> &rects)
参数类型描述
画刷const SharedPtr<Brush>&用于填充矩形的画刷
rectsconst ArrayPtr<Rectangle>&Array 用于绘制的矩形数组

另见

Graphics::FillRectangles(const SharedPtr<Brush>&, const ArrayPtr<RectangleF>&) method

使用指定的画笔填充一系列矩形。

void System::Drawing::Graphics::FillRectangles(const SharedPtr<Brush> &brush, const ArrayPtr<RectangleF> &rects)
参数类型描述
画刷const SharedPtr<Brush>&用于填充矩形的画刷
rectsconst ArrayPtr<RectangleF>&Array 用于绘制的矩形数组

另见