CalendarView for WinForms
PaintEllipse メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : PaintEllipse メソッド
A System.Drawing.Rectangle indicates the bounding rectangle.
Paints an ellipse. The center of the ellipse is the center of the specified bounding rectangle. The ellipse is outlined by using the current pen and is filled by using the current brush.
シンタックス
'宣言
 
Public Overridable Sub PaintEllipse( _
   ByVal rectangle As System.Drawing.Rectangle _
) 
public virtual void PaintEllipse( 
   System.Drawing.Rectangle rectangle
)

パラメータ

rectangle
A System.Drawing.Rectangle indicates the bounding rectangle.
例外
例外解説
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 メンバ