Device.FillPolygon

FillPolygon(int[], int[], int)

填充 poligone.

public virtual void FillPolygon(int[] xPoints, int[] yPoints, int nPoints)
范围类型描述
xPointsInt32[]点的 X 坐标。
yPointsInt32[]点的 Y 坐标。
nPointsInt32点数。

也可以看看


FillPolygon(double[], double[], int)

填充 poligone.

public virtual void FillPolygon(double[] xPoints, double[] yPoints, int nPoints)
范围类型描述
xPointsDouble[]点的 X 坐标。
yPointsDouble[]点的 Y 坐标。
nPointsInt32点数。

也可以看看