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

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