System::Drawing::Drawing2D::GraphicsPath::AddRectangles method
GraphicsPath::AddRectangles(const ArrayPtr<Rectangle>&) method
يضيف سلسلة المستطيلات المحددة إلى المسار الممثل بواسطة الكائن الحالي.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<Rectangle> &rects)
| معامل | نوع | الوصف |
|---|---|---|
| rects | const ArrayPtr<Rectangle>& | مصفوفة من كائنات Rectangle التي تمثل المستطيلات المراد إضافتها |
انظر أيضًا
- Typedef ArrayPtr
- Class Rectangle
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::AddRectangles(const ArrayPtr<RectangleF>&) method
يضيف سلسلة المستطيلات المحددة إلى المسار الممثل بواسطة الكائن الحالي.
void System::Drawing::Drawing2D::GraphicsPath::AddRectangles(const ArrayPtr<RectangleF> &rects)
| معامل | نوع | الوصف |
|---|---|---|
| rects | const ArrayPtr<RectangleF>& | مصفوفة من كائنات RectangleF التي تمثل المستطيلات المراد إضافتها |
انظر أيضًا
- Typedef ArrayPtr
- Class RectangleF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++