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