GrapeCity PlusPak for Windows Forms 11.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値。
参照

参照

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

 

 


© 2008 GrapeCity inc. All rights reserved.