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