CalendarView for WinForms
PaintRoundRectangle メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : PaintRoundRectangle メソッド
A System.Drawing.Rectangle indicates the rectangle to paint.
An int indicates the width of the ellipse used to draw the rounded corners.
An int indicates the height of the ellipse used to draw the rounded corners.
Paints a rectangle with rounded corners. The rectangle is outlined by using the current pen and filled by using the current brush.
シンタックス
'宣言
 
Public Overridable Sub PaintRoundRectangle( _
   ByVal rectangle As System.Drawing.Rectangle, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
public virtual void PaintRoundRectangle( 
   System.Drawing.Rectangle rectangle,
   System.int width,
   System.int height
)

パラメータ

rectangle
A System.Drawing.Rectangle indicates the rectangle to paint.
width
An int indicates the width of the ellipse used to draw the rounded corners.
height
An int indicates the height of the ellipse used to draw the rounded corners.
例外
例外解説
Defines an exception class to handle the system error.
解説
Windows 95/98/Me: The sum of the coordinates of the bounding rectangle cannot exceed 32,767. The width of rectangle or the height of rectangle cannot exceed 32,767.
参照

DeviceContext クラス
DeviceContext メンバ