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ポイント数。

関連項目