CalendarView for WinForms
DrawEllipse メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : DrawEllipse メソッド
A Pen indicate the draw-style of ellipse
A System.Drawing.Rectangle indicates the bounding rectangle which center is the center of ellipse
Draw the special ellipse by using the given pen
シンタックス
'宣言
 
Public Sub DrawEllipse( _
   ByVal pen As Pen, _
   ByVal rectangle As System.Drawing.Rectangle _
) 
public void DrawEllipse( 
   Pen pen,
   System.Drawing.Rectangle rectangle
)

パラメータ

pen
A Pen indicate the draw-style of ellipse
rectangle
A System.Drawing.Rectangle indicates the bounding rectangle which center is the center of ellipse
例外
例外解説
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.
参照

Graphics クラス
Graphics メンバ