PowerTools PlusPak for Windows Forms 8.0J
DrawLine(Pen,Int32,Int32,Int32,Int32) メソッド

線の色、幅、およびスタイルを決定するPenオブジェクト。
最初のポイントのx座標。
最初のポイントのy座標。
2番目のポイントのx座標。
2番目のポイントのy座標。
座標の組み合わせで指定された2つのポイントを接続する線を描画します。
構文
Public Overloads Sub DrawLine( _
   ByVal pen As Pen, _
   ByVal x1 As Integer, _
   ByVal y1 As Integer, _
   ByVal x2 As Integer, _
   ByVal y2 As Integer _
) 
public void DrawLine( 
   Pen pen,
   int x1,
   int y1,
   int x2,
   int y2
)

パラメータ

pen
線の色、幅、およびスタイルを決定するPenオブジェクト。
x1
最初のポイントのx座標。
y1
最初のポイントのy座標。
x2
2番目のポイントのx座標。
y2
2番目のポイントのy座標。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

Send Feedback