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)

多角形を描画します。

public virtual void DrawPolygon(double[] xPoints, double[] yPoints, int nPoints)
パラメータタイプ説明
xPointsDouble[]点の X 座標。
yPointsDouble[]点の Y 座標。
nPointsInt32ポイント数。

関連項目