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