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