Device.DrawPolygon

DrawPolygon(int[], int[], int)

绘制多边形。

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

也可以看看


DrawPolygon(double[], double[], int)

画了一个 poligone.

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

也可以看看