Device.FillPolygon
FillPolygon(int[], int[], int)
Bir çokgeni doldurur.
public virtual void FillPolygon(int[] xPoints, int[] yPoints, int nPoints)
Parametre | Tip | Tanım |
---|---|---|
xPoints | Int32[] | Noktaların X koordinatları. |
yPoints | Int32[] | Noktaların Y koordinatı. |
nPoints | Int32 | Puan sayısı. |
Ayrıca bakınız
- class Device
- ad alanı Aspose.Page
- toplantı Aspose.Page
FillPolygon(double[], double[], int)
Bir çokgeni doldurur.
public virtual void FillPolygon(double[] xPoints, double[] yPoints, int nPoints)
Parametre | Tip | Tanım |
---|---|---|
xPoints | Double[] | Noktaların X koordinatları. |
yPoints | Double[] | Noktaların Y koordinatı. |
nPoints | Int32 | Puan sayısı. |
Ayrıca bakınız
- class Device
- ad alanı Aspose.Page
- toplantı Aspose.Page