CalendarView for WinForms
FillRectangle(IntPtr,Rectangle) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス > FillRectangle メソッド : FillRectangle(IntPtr,Rectangle) メソッド
A System.IntPtr indicates the handle of the brush.
A System.Drawing.Rectangle indicate the rectangle to fill.
Fills the specified rectangle by using the specified brush.
シンタックス
'宣言
 
Public Overloads Overridable Sub FillRectangle( _
   ByVal brushHandle As System.IntPtr, _
   ByVal rectangle As System.Drawing.Rectangle _
) 
public virtual void FillRectangle( 
   System.IntPtr brushHandle,
   System.Drawing.Rectangle rectangle
)

パラメータ

brushHandle
A System.IntPtr indicates the handle of the brush.
rectangle
A System.Drawing.Rectangle indicate the rectangle to fill.
例外
例外解説
Defines an exception class to handle the system error.
解説
When filling the specified rectangle, it does not include the rectangle's right and bottom sides. GDI fills a rectangle up to, but not including, the right column and bottom row, regardless of the current mapping mode.
参照

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