Graphics.DrawLines

DrawLines(Pen, PointF[])

の配列を接続する一連の線分を描画しますPointF構造物.

public void DrawLines(Pen pen, PointF[] points)
パラメータタイプ説明
penPenPen線分の色、幅、スタイルを決定します。
pointsPointF[]の配列PointF接続するポイントを表す構造。

関連項目


DrawLines(Pen, Point[])

の配列を接続する一連の線分を描画しますPoint構造物.

public void DrawLines(Pen pen, Point[] points)
パラメータタイプ説明
penPenPen線分の色、幅、スタイルを決定します。
pointsPoint[]の配列Point接続するポイントを表す構造。

関連項目