Device.DrawPolygon
DrawPolygon(int[], int[], int)
رسم مضلع .
public virtual void DrawPolygon(int[] xPoints, int[] yPoints, int nPoints)
معامل | يكتب | وصف |
---|---|---|
xPoints | Int32[] | إحداثيات X من النقاط. |
yPoints | Int32[] | تنسيق ص للنقاط. |
nPoints | Int32 | عدد النقاط. |
أنظر أيضا
- class Device
- مساحة الاسم Aspose.Page
- المجسم Aspose.Page
DrawPolygon(double[], double[], int)
رسم poligone .
public virtual void DrawPolygon(double[] xPoints, double[] yPoints, int nPoints)
معامل | يكتب | وصف |
---|---|---|
xPoints | Double[] | إحداثيات X من النقاط. |
yPoints | Double[] | تنسيق ص للنقاط. |
nPoints | Int32 | عدد النقاط. |
أنظر أيضا
- class Device
- مساحة الاسم Aspose.Page
- المجسم Aspose.Page