GrapeCity PlusPak for Windows Forms 10.0J
FillRectangle(Graphics,Brush,Rectangle) メソッド

描画するSystem.Drawing.Graphicsオブジェクト。
System.Drawing.Brushオブジェクトは背景のブラシを示します。
int値は矩形を示します。
矩形を塗りつぶします。
シンタックス
Protected Overloads Sub FillRectangle( _
   ByVal graphics As Graphics, _
   ByVal brush As Brush, _
   ByVal rectangle As Rectangle _
) 
protected void FillRectangle( 
   Graphics graphics,
   Brush brush,
   Rectangle rectangle
)

パラメータ

graphics
描画するSystem.Drawing.Graphicsオブジェクト。
brush
System.Drawing.Brushオブジェクトは背景のブラシを示します。
rectangle
int値は矩形を示します。
参照

参照

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

 

 


© 2008 GrapeCity inc. All rights reserved.