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

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

パラメータ

rectangle
A System.Drawing.Rectangle indicates the rectangle to fill.
rasterOperationCode
A RasterOperationCode indicates the rester operation code.
例外
例外解説
Defines an exception class to handle the system error.
解説
Not all devices support the this function. For more information, see the description of the RC_BITBLT capability in the GetDeviceCaps function.
参照

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