Device.DrawPolyline

DrawPolyline(int[], int[], int)

绘制折线。

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

也可以看看


DrawPolyline(double[], double[], int)

绘制折线。

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

也可以看看