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

描画するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Colorオブジェクトは背景色を示します。
int値は矩形を示します。
矩形を塗りつぶします。
構文
Protected Overloads Sub FillRectangle( _
   ByVal graphics As Graphics, _
   ByVal color As Color, _
   ByVal rectangle As Rectangle _
) 
protected void FillRectangle( 
   Graphics graphics,
   Color color,
   Rectangle rectangle
)

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
color
System.Drawing.Colorオブジェクトは背景色を示します。
rectangle
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

参照

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

Send Feedback