AddPolygon
AddPolygon(PointF[])
يضيف مضلعًا إلى هذا المسار .
public void AddPolygon(PointF[] points)
معامل | يكتب | وصف |
---|---|---|
points | PointF[] | مصفوفة من هياكل PointF تحدد المضلع المراد إضافته. |
أنظر أيضا
- struct PointF
- class GraphicsPath
- مساحة الاسم System.Drawing.Drawing2D
- المجسم Aspose.Drawing
AddPolygon(Point[])
يضيف مضلعًا إلى هذا المسار .
public void AddPolygon(Point[] points)
معامل | يكتب | وصف |
---|---|---|
points | Point[] | مجموعة منPoint الهياكل التي تحدد المضلع المراد إضافته. |
أنظر أيضا
- struct Point
- class GraphicsPath
- مساحة الاسم System.Drawing.Drawing2D
- المجسم Aspose.Drawing