Device.FillPolygon
FillPolygon(int[], int[], int)
填充 poligone.
public virtual void FillPolygon(int[] xPoints, int[] yPoints, int nPoints)
范围 | 类型 | 描述 |
---|---|---|
xPoints | Int32[] | 点的 X 坐标。 |
yPoints | Int32[] | 点的 Y 坐标。 |
nPoints | Int32 | 点数。 |
也可以看看
- class Device
- 命名空间 Aspose.Page
- 部件 Aspose.Page
FillPolygon(double[], double[], int)
填充 poligone.
public virtual void FillPolygon(double[] xPoints, double[] yPoints, int nPoints)
范围 | 类型 | 描述 |
---|---|---|
xPoints | Double[] | 点的 X 坐标。 |
yPoints | Double[] | 点的 Y 坐标。 |
nPoints | Int32 | 点数。 |
也可以看看
- class Device
- 命名空间 Aspose.Page
- 部件 Aspose.Page