バージョン

DrawLine メソッド (Graphics)

線を描画します。
シンタックス
'宣言
 
Public Sub DrawLine( _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal x2 As Single, _
   ByVal y2 As Single _
) 
public void DrawLine( 
   float x1,
   float y1,
   float x2,
   float y2
)

パラメータ

x1
開始ポイントの X 座標。
y1
開始ポイントの Y 座標。
x2
終了ポイントの X 座標。
y2
終了ポイントの Y 座標。
参照