CalendarView for WinForms
FillEllipse メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : FillEllipse メソッド
A Brush object used to fill the ellipse.
A System.Drawing.Rectangle indicates the bounding rectangle which center is the center of ellipse
Fill the special ellipse on current Grapchis by using special brush
シンタックス
'宣言
 
Public Sub FillEllipse( _
   ByVal brush As Brush, _
   ByVal rectangle As System.Drawing.Rectangle _
) 
public void FillEllipse( 
   Brush brush,
   System.Drawing.Rectangle rectangle
)

パラメータ

brush
A Brush object used to fill the 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 メンバ