System::Drawing::Graphics::DrawRectangles 方法

Graphics::DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<Rectangle>&) method

使用指定的笔绘制一系列矩形。

void System::Drawing::Graphics::DrawRectangles(const SharedPtr<Pen> &pen, const ArrayPtr<Rectangle> &rects)
参数类型描述
const SharedPtr<Pen>&绘制矩形时使用的笔
rectsconst ArrayPtr<Rectangle>&Array 用于绘制的矩形数组

另见

Graphics::DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<RectangleF>&) method

使用指定的笔绘制一系列矩形。

void System::Drawing::Graphics::DrawRectangles(const SharedPtr<Pen> &pen, const ArrayPtr<RectangleF> &rects)
参数类型描述
const SharedPtr<Pen>&绘制矩形时使用的笔
rectsconst ArrayPtr<RectangleF>&Array 用于绘制的矩形数组

另见