バージョン

DrawLines メソッド (Graphics)

線のシーケンスを描画します。
シンタックス
'宣言
 
Public Sub DrawLines( _
   ByVal points() As Point _
) 
public void DrawLines( 
   Point[] points
)

パラメータ

points
つなぐ点を表す Point オブジェクトの配列。
参照