Device.FillPolygon
FillPolygon(int[], int[], int)
Fyller en poligone.
public virtual void FillPolygon(int[] xPoints, int[] yPoints, int nPoints)
Parameter | Typ | Beskrivning |
---|---|---|
xPoints | Int32[] | X-koordinater för punkter. |
yPoints | Int32[] | Y-koordinat för punkter. |
nPoints | Int32 | Antalet poäng. |
Se även
- class Device
- namnutrymme Aspose.Page
- hopsättning Aspose.Page
FillPolygon(double[], double[], int)
Fyller en poligone.
public virtual void FillPolygon(double[] xPoints, double[] yPoints, int nPoints)
Parameter | Typ | Beskrivning |
---|---|---|
xPoints | Double[] | X-koordinater för punkter. |
yPoints | Double[] | Y-koordinat för punkter. |
nPoints | Int32 | Antalet poäng. |
Se även
- class Device
- namnutrymme Aspose.Page
- hopsättning Aspose.Page