System::Drawing::Drawing2D::GraphicsPath::AddRectangles 方法

GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method

将指定的一系列矩形添加到当前对象表示的路径中。

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
ParameterType描述
rectsconst ArrayPtr<Rectangle>&一个数组,包含表示要添加的矩形的 Rectangle 对象

另见

GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method

将指定的一系列矩形添加到当前对象表示的路径中。

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
ParameterType描述
rectsconst ArrayPtr<RectangleF>&一个数组,包含表示要添加的矩形的 RectangleF 对象

另见