System::Drawing::Drawing2D::GraphicsPath::AddRectangles method

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

يضيف سلسلة المستطيلات المحددة إلى المسار الممثل بواسطة الكائن الحالي.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
معاملنوعالوصف
rectsconst ArrayPtr<Rectangle>&مصفوفة من كائنات Rectangle التي تمثل المستطيلات المراد إضافتها

انظر أيضًا

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

يضيف سلسلة المستطيلات المحددة إلى المسار الممثل بواسطة الكائن الحالي.

void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
معاملنوعالوصف
rectsconst ArrayPtr<RectangleF>&مصفوفة من كائنات RectangleF التي تمثل المستطيلات المراد إضافتها

انظر أيضًا