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

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

パラメータ

pen
線の色、幅、およびスタイルを決定するPenオブジェクト。
pt1
接続する最初のポイントを表すPointF構造体。
pt2
接続する2番目のポイントを表すPointF構造体。
プラットフォーム

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