バージョン

DrawLines メソッド (IGraphics)

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

パラメータ

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