طريقة 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 التي تمثل المستطيلات المراد إضافتها

انظر أيضًا