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

参照