ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / FillEllipse Method
A Brush object used to fill the ellipse.
A System.Drawing.Rectangle indicates the bounding rectangle which center is the center of ellipse

In This Topic
    FillEllipse Method
    In This Topic
    Fill the special ellipse on current Grapchis by using special brush
    Syntax
    'Declaration
     
    
    Public Sub FillEllipse( _
       ByVal brush As Brush, _
       ByVal rectangle As Rectangle _
    ) 
    public void FillEllipse( 
       Brush brush,
       Rectangle rectangle
    )

    Parameters

    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
    Exceptions
    ExceptionDescription
    Defines an exception class to handle the system error.
    Remarks
    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.
    See Also