線を描画します。
シンタックス
'宣言
Public Sub Line( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Drawing.Color _
)
public void Line(
System.int ,
System.int ,
System.int ,
System.int ,
System.Drawing.Color
)
パラメータ
- x1
- y1
- x2
- y2
- color
参照