PowerTools PlusPak for Windows Forms 8.0J
DrawRectangle(Pen,Rectangle) メソッド

幅と高さの座標の組み合わせで指定された矩形を描画します。
描画する矩形を表すRectangle構造体。
幅と高さの座標の組み合わせで指定された矩形を描画します。
構文
Public Overloads Sub DrawRectangle( _
   ByVal pen As Pen, _
   ByVal rectangle As Rectangle _
) 
public void DrawRectangle( 
   Pen pen,
   Rectangle rectangle
)

パラメータ

pen
幅と高さの座標の組み合わせで指定された矩形を描画します。
rectangle
描画する矩形を表すRectangle構造体。
プラットフォーム

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