PowerTools PlusPak for Windows Forms 8.0J
FillRectangle(Graphics,Brush,Int32,Int32,Int32,Int32) メソッド

描画するSystem.Drawing.Graphicsオブジェクト。
背景のブラシを示すSystem.Drawing.Brushオブジェクト。
矩形の左側を示すint値。
矩形の上側を示すint値。
矩形の幅を示すint値。
矩形の高さを示すint値。
矩形を塗りつぶします。
構文
Protected Overloads Sub FillRectangle( _
   ByVal graphics As Graphics, _
   ByVal brush As Brush, _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
protected void FillRectangle( 
   Graphics graphics,
   Brush brush,
   int left,
   int top,
   int width,
   int height
)

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
brush
背景のブラシを示すSystem.Drawing.Brushオブジェクト。
left
矩形の左側を示すint値。
top
矩形の上側を示すint値。
width
矩形の幅を示すint値。
height
矩形の高さを示すint値。
プラットフォーム

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

参照

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

Send Feedback