CalendarView for WinForms
FillRectangle メソッド (Graphics)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : FillRectangle メソッド
A Brush object used to fill the rectangle.
A System.Drawing.Rectangle structure that specifies the rectangle to be filled.
Fill the specified rectangle by using the given brush.
シンタックス
'宣言
 
Public Sub FillRectangle( _
   ByVal brush As Brush, _
   ByVal rectangle As System.Drawing.Rectangle _
) 
public void FillRectangle( 
   Brush brush,
   System.Drawing.Rectangle rectangle
)

パラメータ

brush
A Brush object used to fill the rectangle.
rectangle
A System.Drawing.Rectangle structure that specifies the rectangle to be filled.
例外
例外解説
Defines an exception class to handle the system error.
参照

Graphics クラス
Graphics メンバ