CalendarView for WinForms
PaintRectangle メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : PaintRectangle メソッド
A System.Drawing.Rectangle indicate the rectangle to paint.
Draw the special rectangle by using the current pen of the device context and fill the rectangle by using the current brush of the device context.
シンタックス
'宣言
 
Public Overridable Sub PaintRectangle( _
   ByVal rectangle As System.Drawing.Rectangle _
) 
public virtual void PaintRectangle( 
   System.Drawing.Rectangle rectangle
)

パラメータ

rectangle
A System.Drawing.Rectangle indicate the rectangle to paint.
例外
例外解説
Defines an exception class to handle the system error.
解説
The rectangle that is drawn excludes the bottom and right edges. If a C1.Framework.Drawing.Gdi.HollowPen is used, the dimensions of the rectangle are 1 pixel less in height and 1 pixel less in width.
参照

DeviceContext クラス
DeviceContext メンバ